Home
last modified time | relevance | path

Searched refs:bCondition (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svl/source/items/
H A Dwhassert.hxx32 #define SFX_ASSERT( bCondition, nId, sMessage ) \ argument
36 if ( !(bCondition) ) \
46 #define SFX_ASSERT( bCondition, nId, sMessage ) argument
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx352 bool AxBinaryPropertyReader::ensureValid( bool bCondition ) in ensureValid() argument
354 mbValid = mbValid && bCondition && !maInStrm.isEof(); in ensureValid()
/trunk/main/sw/source/core/layout/
H A Dlayouter.cxx509 void LOOPING_LOUIE_LIGHT( bool bCondition, const SwTxtFrm& rTxtFrm ) in LOOPING_LOUIE_LIGHT() argument
511 if ( bCondition ) in LOOPING_LOUIE_LIGHT()
/trunk/main/sw/source/core/inc/
H A Dlayouter.hxx175 extern void LOOPING_LOUIE_LIGHT( bool bCondition, const SwTxtFrm& rTxtFrm );
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx206 bool ensureValid( bool bCondition = true );
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx766 void ScOptSolverDlg::ShowError( bool bCondition, formula::RefEdit* pFocus ) in ShowError() argument
768 String aMessage = bCondition ? maConditionError : maInputError; in ShowError()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx55 inline xub_StrLen GetSttOrEnd( sal_Bool bCondition, const SwCntntNode& rNd ) in GetSttOrEnd() argument
57 return bCondition ? 0 : rNd.Len(); in GetSttOrEnd()
/trunk/main/sc/source/ui/inc/
H A Doptsolver.hxx202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
/trunk/main/svl/source/numbers/
H A Dzformat.cxx644 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()
/trunk/main/oox/source/dump/
H A Doledumper.cxx1096 bool AxPropertyObjectBase::ensureValid( bool bCondition ) in ensureValid() argument
1098 if( mbValid && (!bCondition || mxStrm->isEof()) ) in ensureValid()
1100 if( !bCondition ) in ensureValid()
/trunk/main/sw/inc/
H A Dsection.hxx176 bool const bHidden, bool const bCondition);
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx315 void SwSection::ImplSetHiddenFlag(bool const bTmpHidden, bool const bCondition) in ImplSetHiddenFlag() argument
321 const bool bHide = bTmpHidden && bCondition; in ImplSetHiddenFlag()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx344 bool ensureValid( bool bCondition = true );

Completed in 84 milliseconds