Searched refs:bDotted (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | framelink.cxx | 807 void lclDrawThinLine( OutputDevice& rDev, const Point& rBeg, const Point& rEnd, bool bDotted ) in lclDrawThinLine() argument 810 if( bDotted && (rBeg != rEnd) ) in lclDrawThinLine() 822 if( bDotted && (aBeg != aEnd) ) in lclDrawThinLine() 854 inline void lclDrawThinLine( OutputDevice& rDev, const LinePoints& rPoints, bool bDotted ) in lclDrawThinLine() argument 856 lclDrawThinLine( rDev, rPoints.maBeg, rPoints.maEnd, bDotted ); in lclDrawThinLine() 883 long nTOffs, long nBOffs, bool bDotted ) in lclDrawHorLine() argument 887 lclDrawThinLine( rDev, aTPoints, bDotted ); in lclDrawHorLine() 938 long nLOffs, long nROffs, bool bDotted ) in lclDrawVerLine() argument 942 lclDrawThinLine( rDev, aLPoints, bDotted ); in lclDrawVerLine() 1109 const DiagLineResult& rResult, long nDiagOffs1, long nDiagOffs2, bool bDotted ) in lclDrawDiagLine() argument [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelink.hxx | 154 inline void SetDotted( bool bDotted ) { mbDotted = bDotted; } in SetDotted() argument
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 93 void Paint( OutputDevice& aOut, SdrTextObj* pObj, bool bVisible, bool bDotted = false ); 849 void PresLayoutPreview::Paint( OutputDevice& aOut, SdrTextObj* pObj, bool bVisible, bool bDotted /*… in Paint() argument 868 if(bDotted) in Paint()
|
Completed in 43 milliseconds