Home
last modified time | relevance | path

Searched refs:bDotted (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/svx/source/dialog/
H A Dframelink.cxx807 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 …]
/aoo42x/main/svx/inc/svx/
H A Dframelink.hxx154 inline void SetDotted( bool bDotted ) { mbDotted = bDotted; } in SetDotted() argument
/aoo42x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx93 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 36 milliseconds