Searched refs:bFront (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpage.cxx | 521 …iewContactOfGrid::ViewContactOfGrid(ViewContactOfSdrPage& rParentViewContactOfSdrPage, bool bFront) in ViewContactOfGrid() argument 523 mbFront(bFront) in ViewContactOfGrid() 554 …OfHelplines::ViewContactOfHelplines(ViewContactOfSdrPage& rParentViewContactOfSdrPage, bool bFront) in ViewContactOfHelplines() argument 556 mbFront(bFront) in ViewContactOfHelplines()
|
/trunk/main/svx/inc/svx/sdr/contact/ |
H A D | viewcontactofsdrpage.hxx | 211 ViewContactOfGrid(ViewContactOfSdrPage& rParentViewContactOfSdrPage, bool bFront); 235 ViewContactOfHelplines(ViewContactOfSdrPage& rParentViewContactOfSdrPage, bool bFront);
|
/trunk/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 584 sal_Bool bFront : 1; // Print/Page/BookletFront member in SdOptionsPrint 619 sal_Bool IsFrontPage() const { Init(); return (sal_Bool) bFront; } in IsFrontPage() 641 …void SetFrontPage( sal_Bool bOn = sal_True ) { if( bFront != bOn ) { OptionsChanged(); bFront = bO… in SetFrontPage()
|
/trunk/main/cui/source/inc/ |
H A D | cfg.hxx | 443 bool bFront = sal_False ); 463 bool bFront = sal_False, 628 bool bFront = sal_False,
|
/trunk/main/cui/source/customize/ |
H A D | cfg.cxx | 2123 SvLBoxEntry* pTarget, bool bFront, bool bAllowDuplicates ) in AddFunction() argument 2162 return InsertEntry( pNewEntryData, pTarget, bFront ); in AddFunction() 2168 bool bFront ) in InsertEntry() argument 2177 if ( bFront ) in InsertEntry() 4800 SvLBoxEntry* pTarget, bool bFront, bool bAllowDuplicates ) in AddFunction() argument 4803 SvxConfigPage::AddFunction( pTarget, bFront, bAllowDuplicates ); in AddFunction()
|
/trunk/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 1313 bFront( sal_True ), in SdOptionsPrint()
|
Completed in 60 milliseconds