Home
last modified time | relevance | path

Searched refs:GetUIStyle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx639 maArray.SetColumnStyleLeft( 0, maLeft.GetUIStyle() ); in DrawAllFrameBorders()
640 if( mbVer ) maArray.SetColumnStyleLeft( 1, maVer.GetUIStyle() ); in DrawAllFrameBorders()
641 maArray.SetColumnStyleRight( mbVer ? 1 : 0, maRight.GetUIStyle() ); in DrawAllFrameBorders()
643 maArray.SetRowStyleTop( 0, maTop.GetUIStyle() ); in DrawAllFrameBorders()
644 if( mbHor ) maArray.SetRowStyleTop( 1, maHor.GetUIStyle() ); in DrawAllFrameBorders()
645 maArray.SetRowStyleBottom( mbHor ? 1 : 0, maBottom.GetUIStyle() ); in DrawAllFrameBorders()
649 maArray.SetCellStyleDiag( nCol, nRow, maTLBR.GetUIStyle(), maBLTR.GetUIStyle() ); in DrawAllFrameBorders()
/trunk/main/svx/source/inc/
H A Dfrmselimpl.hxx59 inline const frame::Style& GetUIStyle() const { return maUIStyle; } in GetUIStyle() function in svx::FrameBorder

Completed in 24 milliseconds