Searched refs:SwCollCondition (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | fmtcol.cxx | 45 TYPEINIT1( SwCollCondition, SwClient ); 496 SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, in SwCollCondition() function in SwCollCondition 504 SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, in SwCollCondition() function in SwCollCondition 515 SwCollCondition::SwCollCondition( const SwCollCondition& rCopy ) in SwCollCondition() function in SwCollCondition 525 SwCollCondition::~SwCollCondition() in ~SwCollCondition() 538 int SwCollCondition::operator==( const SwCollCondition& rCmp ) const in operator ==() 584 const SwCollCondition& rCond ) const in HasCondition() 586 const SwCollCondition* pFnd = 0; in HasCondition() 607 SwCollCondition* pNew = new SwCollCondition( rCond ); in InsertCondition() 634 SwCollCondition* pFnd = rCndClls[ n ]; in SetConditions() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | fmtcol.hxx | 221 class SW_DLLPUBLIC SwCollCondition : public SwClient class 234 SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, 238 virtual ~SwCollCondition(); 241 SwCollCondition( const SwCollCondition& rCpy ); 244 SwCollCondition & operator= (const SwCollCondition &); 247 int operator==( const SwCollCondition& rCmp ) const; 248 int operator!=( const SwCollCondition& rCmp ) const in operator !=() 262 typedef SwCollCondition* SwCollConditionPtr; 285 const SwCollCondition* HasCondition( const SwCollCondition& rCond ) const; 287 void InsertCondition( const SwCollCondition& rCond ); [all …]
|
H A D | node.hxx | 492 sal_Bool IsAnyCondition( SwCollCondition& rTmp ) const;
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | swuiccoll.cxx | 227 const SwCollCondition* pCond = 0; in Reset() 230 HasCondition( SwCollCondition( 0, pCmds[n].nCnd, pCmds[n].nSubCond ) ) ) in Reset()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1903 sal_Bool SwCntntNode::IsAnyCondition( SwCollCondition& rTmp ) const in IsAnyCondition() 1995 SwCollCondition aTmp( 0, 0, 0 ); in ChkCondColl() 1996 const SwCollCondition* pCColl; in ChkCondColl()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 437 SwCollCondition aCond( pCondColl, pCond->GetCondition(), in Finish() 1072 const SwCollCondition& rCond = *rConditions[j]; in UpdateTxtCollConditions()
|
H A D | xmltexte.cxx | 121 const SwCollCondition& rCond = *rConditions[i]; in exportStyleContent()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 1180 SwCollCondition aCond( 0, pCmds[ i ].nCnd, pCmds[ i ].nSubCond ); in SetItemSet() 1219 pCColl->InsertCondition( SwCollCondition( pFindFmt, in SetItemSet()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 2435 const SwCollCondition* pCond = 0; in lcl_GetStyleProperty() 2438 HasCondition( SwCollCondition( 0, pCmds[n].nCnd, pCmds[n].nSubCond ) ) ) in lcl_GetStyleProperty()
|
Completed in 128 milliseconds