Home
last modified time | relevance | path

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

1...<<1112131415

/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1235 void SVTXFormattedField::SetTreatAsNumber(sal_Bool bSet) in SetTreatAsNumber() argument
1239 pField->TreatAsNumber(bSet); in SetTreatAsNumber()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx809 void XclExpTabInfo::SetFlag( SCTAB nScTab, sal_uInt8 nFlags, bool bSet ) in SetFlag() argument
813 ::set_flag( maTabInfoVec[ nScTab ].mnFlags, nFlags, bSet ); in SetFlag()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1889 bool bSet = pProcProperty->isSet(); in handleProcedureProperties() local
1890 if( bSet ) in handleProcedureProperties()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1745 void BasicManager::SetFlagToAllLibs( short nFlag, sal_Bool bSet ) const in SetFlagToAllLibs()
1755 if ( bSet ) in SetFlagToAllLibs()
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx202 void SetTreatAsNumber(sal_Bool bSet);
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx2781 void ScDocShell::SetInUndo(sal_Bool bSet) in SetInUndo() argument
2783 bIsInUndo = bSet; in SetInUndo()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx213 void SetOpaque(sal_Bool bSet){bOpaque = bSet;} in SetOpaque() argument
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1695 void ScCellRangesBase::SetCursorOnly( sal_Bool bSet ) in SetCursorOnly() argument
1700 bCursorOnly = bSet; in SetCursorOnly()
8954 sal_Bool bSet = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in SetOnePropertyValue() local
8955 if (bSet) in SetOnePropertyValue()
9111 sal_Bool bSet = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in SetOnePropertyValue() local
9112 if (bSet) in SetOnePropertyValue()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1270 void PushButton::ImplSetDefButton( sal_Bool bSet ) in ImplSetDefButton() argument
1300 if ( bSet ) in ImplSetDefButton()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx753 void ScViewData::SetPagebreakMode( sal_Bool bSet ) in SetPagebreakMode() argument
755 bPagebreak = bSet; in SetPagebreakMode()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2187 sal_Bool bSet = pBox->IsChecked(); in IMPL_LINK() local
2188 pActNum->SetContinuousNumbering(bSet); in IMPL_LINK()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2134 Alivoid RscHrc::SetDirty( BOOL bSet );
2928 ERRTYPE SetBool( BOOL bSet );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3828 void ToolBox::SetCustomizeMode( sal_Bool bSet ) in SetCustomizeMode() argument
3830 if ( bSet ) in SetCustomizeMode()
/trunk/main/sc/inc/
H A Dcellsuno.hxx257 void SetCursorOnly(sal_Bool bSet);

Completed in 218 milliseconds

1...<<1112131415