Searched refs:bCondition (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/svl/source/items/ |
H A D | whassert.hxx | 32 #define SFX_ASSERT( bCondition, nId, sMessage ) \ argument 36 if ( !(bCondition) ) \ 46 #define SFX_ASSERT( bCondition, nId, sMessage ) argument
|
/aoo4110/main/oox/source/ole/ |
H A D | axbinaryreader.cxx | 352 bool AxBinaryPropertyReader::ensureValid( bool bCondition ) in ensureValid() argument 354 mbValid = mbValid && bCondition && !maInStrm.isEof(); in ensureValid()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | layouter.cxx | 509 void LOOPING_LOUIE_LIGHT( bool bCondition, const SwTxtFrm& rTxtFrm ) in LOOPING_LOUIE_LIGHT() argument 511 if ( bCondition ) in LOOPING_LOUIE_LIGHT()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | layouter.hxx | 175 extern void LOOPING_LOUIE_LIGHT( bool bCondition, const SwTxtFrm& rTxtFrm );
|
/aoo4110/main/oox/inc/oox/ole/ |
H A D | axbinaryreader.hxx | 206 bool ensureValid( bool bCondition = true );
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | optsolver.hxx | 202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | pam.cxx | 55 inline xub_StrLen GetSttOrEnd( sal_Bool bCondition, const SwCntntNode& rNd ) in GetSttOrEnd() argument 57 return bCondition ? 0 : rNd.Len(); in GetSttOrEnd()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 766 void ScOptSolverDlg::ShowError( bool bCondition, formula::RefEdit* pFocus ) in ShowError() argument 768 String aMessage = bCondition ? maConditionError : maInputError; in ShowError()
|
/aoo4110/main/sw/inc/ |
H A D | section.hxx | 176 bool const bHidden, bool const bCondition);
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.cxx | 1096 bool AxPropertyObjectBase::ensureValid( bool bCondition ) in ensureValid() argument 1098 if( mbValid && (!bCondition || mxStrm->isEof()) ) in ensureValid() 1100 if( !bCondition ) in ensureValid()
|
/aoo4110/main/svl/source/numbers/ |
H A D | zformat.cxx | 644 sal_Bool bCondition = sal_False; in SvNumberformat() local 667 if ( nIndex == 0 && !bCondition ) in SvNumberformat() 669 bCondition = sal_True; in SvNumberformat() 672 else if ( nIndex == 1 && bCondition ) in SvNumberformat() 957 if ( bCondition && !nCheckPos ) in SvNumberformat()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | section.cxx | 315 void SwSection::ImplSetHiddenFlag(bool const bTmpHidden, bool const bCondition) in ImplSetHiddenFlag() argument 321 const bool bHide = bTmpHidden && bCondition; in ImplSetHiddenFlag()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 344 bool ensureValid( bool bCondition = true );
|
Completed in 92 milliseconds