Difference between revisions of "User:Ericb/Sallayout.hxx"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
./salatslayout.cxx:#include <sallayout.hxx>
 
./salatslayout.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/outdev.cxx:#include <sallayout.hxx>
 
./source/gdi/outdev.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/outdev2.cxx:#include <sallayout.hxx>
 
./source/gdi/outdev2.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/outdev3.cxx:#include <sallayout.hxx>
 
./source/gdi/outdev3.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/pdfwriter_impl.cxx:#include <sallayout.hxx>
 
./source/gdi/pdfwriter_impl.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/print2.cxx:#include <sallayout.hxx>
 
./source/gdi/print2.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/salgdilayout.cxx:#include <sallayout.hxx>
 
./source/gdi/salgdilayout.cxx:#include <sallayout.hxx>
 +
 
./source/gdi/sallayout.cxx:#include <sallayout.hxx>
 
./source/gdi/sallayout.cxx:#include <sallayout.hxx>
 +
 
./source/glyphs/gcach_layout.cxx:#include <sallayout.hxx>
 
./source/glyphs/gcach_layout.cxx:#include <sallayout.hxx>
  
 
./unx/inc/pspgraphics.h:#include <sallayout.hxx>
 
./unx/inc/pspgraphics.h:#include <sallayout.hxx>
 +
 
./unx/inc/xfont.hxx:#include <sallayout.hxx>
 
./unx/inc/xfont.hxx:#include <sallayout.hxx>
 +
 
./unx/source/window/salframe.cxx:#include <sallayout.hxx>
 
./unx/source/window/salframe.cxx:#include <sallayout.hxx>
 +
 
./win/inc/salgdi.h:#include <sallayout.hxx>
 
./win/inc/salgdi.h:#include <sallayout.hxx>
  
Line 21: Line 32:
  
 
./win/source/gdi/salgdi3.cxx:#include <sallayout.hxx>
 
./win/source/gdi/salgdi3.cxx:#include <sallayout.hxx>
 +
 
./win/source/gdi/winlayout.cxx:#include <sallayout.hxx>
 
./win/source/gdi/winlayout.cxx:#include <sallayout.hxx>
 +
 
./win/source/window/salframe.cxx:#include <sallayout.hxx>  
 
./win/source/window/salframe.cxx:#include <sallayout.hxx>  
 +
 
./source/window/window.cxx:#include <sallayout.hxx>
 
./source/window/window.cxx:#include <sallayout.hxx>
 +
 +
 
Several approaches are necessary :
 
Several approaches are necessary :
  

Revision as of 14:56, 8 May 2006

Main header for font services in OpenOffice.org, this header is manly used in vcl :


./salatslayout.cxx:#include <sallayout.hxx>

./source/gdi/outdev.cxx:#include <sallayout.hxx>

./source/gdi/outdev2.cxx:#include <sallayout.hxx>

./source/gdi/outdev3.cxx:#include <sallayout.hxx>

./source/gdi/pdfwriter_impl.cxx:#include <sallayout.hxx>

./source/gdi/print2.cxx:#include <sallayout.hxx>

./source/gdi/salgdilayout.cxx:#include <sallayout.hxx>

./source/gdi/sallayout.cxx:#include <sallayout.hxx>

./source/glyphs/gcach_layout.cxx:#include <sallayout.hxx>

./unx/inc/pspgraphics.h:#include <sallayout.hxx>

./unx/inc/xfont.hxx:#include <sallayout.hxx>

./unx/source/window/salframe.cxx:#include <sallayout.hxx>

./win/inc/salgdi.h:#include <sallayout.hxx>


Windows specific :

./win/source/gdi/salgdi3.cxx:#include <sallayout.hxx>

./win/source/gdi/winlayout.cxx:#include <sallayout.hxx>

./win/source/window/salframe.cxx:#include <sallayout.hxx>

./source/window/window.cxx:#include <sallayout.hxx>


Several approaches are necessary :

To be implemented

-> same implemtation in vcl/aqua

Content description

SalLayout class

Personal tools