Home
last modified time | relevance | path

Searched refs:bSet (Results 126 – 150 of 364) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx1611 void SetInTtp(sal_Bool bSet = sal_True) { bInTtp = bSet; } in SetInTtp() argument
1613 void SetInStyle(sal_Bool bSet = sal_True) { bInStyle = bSet; } in SetInStyle() argument
1615 void SetStopAll(sal_Bool bSet = sal_True) { bStopAll = bSet; } in SetStopAll() argument
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1409 void SwColumnPage::SetInSection(sal_Bool bSet) in SetInSection() argument
1414 aVertFL.Show(bSet); in SetInSection()
1415 aPropertiesFL.Show(bSet); in SetInSection()
1416 aTextDirectionFT.Show(bSet); in SetInSection()
1417 aTextDirectionLB.Show(bSet); in SetInSection()
1418 if(bSet) in SetInSection()
/trunk/main/svx/inc/svx/
H A Dverttexttbxctrl.hxx41 void SetVert(sal_Bool bSet) {bCheckVertical = bSet;} in SetVert() argument
/trunk/main/sc/source/ui/view/
H A Doutput.cxx240 void ScOutputData::SetMarkClipped( sal_Bool bSet ) in SetMarkClipped() argument
242 bMarkClipped = bSet; in SetMarkClipped()
245 void ScOutputData::SetShowNullValues( sal_Bool bSet ) in SetShowNullValues() argument
247 bShowNullValues = bSet; in SetShowNullValues()
250 void ScOutputData::SetShowFormulas( sal_Bool bSet ) in SetShowFormulas() argument
252 bShowFormulas = bSet; in SetShowFormulas()
255 void ScOutputData::SetShowSpellErrors( sal_Bool bSet ) in SetShowSpellErrors() argument
257 bShowSpellErrors = bSet; in SetShowSpellErrors()
260 void ScOutputData::SetSnapPixel( sal_Bool bSet ) in SetSnapPixel() argument
262 bSnapPixel = bSet; in SetSnapPixel()
/trunk/main/svtools/inc/svtools/
H A Dfontsubstconfig.hxx52 void Enable(sal_Bool bSet) {bIsEnabled = bSet; SetModified();} in Enable() argument
/trunk/main/basic/inc/basic/
H A Dsbprop.hxx68 void setSet( bool bSet ) in setSet() argument
69 { mbSet = bSet; } in setSet()
/trunk/main/sd/source/ui/func/
H A Dunprlout.cxx52 sal_Bool bSet, in SdPresentationLayoutUndoAction() argument
60 bSetAutoLayout = bSet; in SdPresentationLayoutUndoAction()
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx1405 void SdrPaintView::SetAnimationPause( bool bSet ) in SetAnimationPause() argument
1407 if((bool)bAnimationPause != bSet) in SetAnimationPause()
1409 bAnimationPause = bSet; in SetAnimationPause()
1419 if(rAnimator.IsPaused() != bSet) in SetAnimationPause()
1421 rAnimator.SetPaused(bSet); in SetAnimationPause()
/trunk/main/sc/source/ui/inc/
H A Drfindlst.hxx59 void SetHidden( sal_Bool bSet ) { bHidden = bSet; } in SetHidden() argument
H A Dcolrowba.hxx57 virtual void SetMarking( sal_Bool bSet );
92 virtual void SetMarking( sal_Bool bSet );
/trunk/main/vcl/inc/
H A Dimpprn.hxx98 void SetUserCopy( bool bSet ) { mbUserCopy = bSet; }
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.hxx80 bool bSet; member
91 ,bSet(xElement.is()) in TCell()
99 ,bSet(true) in TCell()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1298 sal_Bool bSet = sal_False; in IMPL_LINK() local
1310 bSet = sal_True; in IMPL_LINK()
1315 bSet = sal_True; in IMPL_LINK()
1320 bSet = sal_True; in IMPL_LINK()
1322 if(bSet) in IMPL_LINK()
1332 bSet = sal_True; in IMPL_LINK()
1341 bSet = sal_True; in IMPL_LINK()
1345 if(bSet) in IMPL_LINK()
/trunk/main/sd/source/ui/inc/
H A Dfudraw.hxx68 void SetPermanent(sal_Bool bSet) { bPermanent = bSet; } in SetPermanent() argument
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx36 sal_uInt16 bSet : 1; member
63 …erty( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x3ff ].aFlags.bSet ); }; in IsProperty()
/trunk/main/sw/source/ui/inc/
H A Ddrpcps.hxx117 void SetFormat(sal_Bool bSet){bFormat = bSet;} in SetFormat() argument
H A Dmailmergewizard.hxx82 void SetDocumentLoad(bool bSet) {m_bDocumentLoad = bSet;} in SetDocumentLoad() argument
H A Dswtablerep.hxx82 void SetLineSelected(sal_Bool bSet) {bLineSelected = bSet;} in SetLineSelected() argument
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx66 void ScModule::SetAutoSpellProperty( sal_Bool bSet ) in SetAutoSpellProperty() argument
73 aAny <<= bSet; in SetAutoSpellProperty()
/trunk/main/svx/source/dialog/
H A Dfrmdirlbox.cxx104 void FrameDirListBoxWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
106 if( bSet ) in SetControlDontKnow()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx151 virtual void SetFillMode( sal_Bool bSet ) = 0;
152 virtual void SetOtherDoc( sal_Bool bSet ) = 0;
154 virtual void SetChangeTrack( sal_Bool bSet ) = 0;
/trunk/main/comphelper/source/processfactory/
H A Dprocessfactory.cxx45 …rviceFactory > localProcessFactory( const Reference< XMultiServiceFactory >& xSMgr, sal_Bool bSet ) in localProcessFactory() argument
50 if ( bSet ) in localProcessFactory()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2359 sal_Bool bSet(sal_False); in setPropertyValue() local
2360 if (!(rValue >>= bSet)) in setPropertyValue()
2364 rUnoCursor.SetSkipOverHiddenSections(bSet); in setPropertyValue()
2369 sal_Bool bSet(sal_False); in setPropertyValue() local
2370 if (!(rValue >>= bSet)) in setPropertyValue()
2374 rUnoCursor.SetSkipOverProtectSections(bSet); in setPropertyValue()
2398 const sal_Bool bSet = rUnoCursor.IsSkipOverHiddenSections(); in getPropertyValue() local
2399 aAny <<= bSet; in getPropertyValue()
2404 const sal_Bool bSet = rUnoCursor.IsSkipOverProtectSections(); in getPropertyValue() local
2405 aAny <<= bSet; in getPropertyValue()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx398 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue() local
399 if(bSet) in PutValue()
407 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue() local
408 if(bSet) in PutValue()
457 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue() local
458 SetHeightSizeType(bSet ? ATT_VAR_SIZE : ATT_FIX_SIZE); in PutValue()
908 sal_Bool bSet = sal_False; in GetGutterWidth() local
912 if ( bSet ) in GetGutterWidth()
923 { bSet = sal_True; in GetGutterWidth()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.hxx135 void SetShowColumnAssignmentWarning(sal_Bool bSet) in SetShowColumnAssignmentWarning() argument
136 { bShowColumnAssignmentWarning = bSet;} in SetShowColumnAssignmentWarning()

Completed in 113 milliseconds

12345678910>>...15