Searched refs:maEnabBorders (Results 1 – 2 of 2) sorted by relevance
310 maEnabBorders.clear(); in Initialize()315 maEnabBorders.push_back( *aIt ); in Initialize()553 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawBackground()617 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllArrows()632 for( FrameBorderIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllFrameBorders()675 for( SelFrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllTrackingRects()770 SelFrameBorderCIter aIt( maEnabBorders ); in SelectedBordersEqual()811 return static_cast< sal_Int32 >( mxImpl->maEnabBorders.size() ); in GetEnabledBorderCount()820 if( nVecIdx < mxImpl->maEnabBorders.size() ) in GetEnabledBorderType()821 eBorder = mxImpl->maEnabBorders[ nVecIdx ]->GetType(); in GetEnabledBorderType()[all …]
125 FrameBorderPtrVec maEnabBorders; /// Pointers to enables frame borders. member