Home
last modified time | relevance | path

Searched refs:pChk (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dzoom.cxx418 IMPL_LINK( SvxZoomDialog, ViewLayoutCheckHdl, CheckBox *, pChk ) in IMPL_LINK() argument
420 if ( pChk == &aBookModeChk && !aColumnsBtn.IsChecked() ) in IMPL_LINK()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx535 IMPL_LINK( SvxZoomDialog, ViewLayoutCheckHdl, CheckBox *, pChk ) in IMPL_LINK() argument
537 if ( pChk == &aBookModeChk && !aColumnsBtn.IsChecked() ) in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx517 SwCntntFrm *pChk = pCnt; in CheckFirstVisPage() local
521 if ( pCnt && pChk != pCnt ) in CheckFirstVisPage()
532 pChk = pCnt; in CheckFirstVisPage()
535 if ( pCnt && pCnt != pChk ) in CheckFirstVisPage()
/trunk/main/sw/inc/
H A DIDocumentFieldsAccess.hxx150 virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uLong nLen) = 0;
H A Ddoc.hxx853 virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uLong nLen);
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2184 bool SwDoc::SetFieldsDirty( bool b, const SwNode* pChk, sal_uLong nLen ) in SetFieldsDirty() argument
2189 if( b && pChk && !GetUpdtFlds().IsFieldsDirty() && !IsInDtor() in SetFieldsDirty()
2196 sal_uLong nStt = pChk->GetIndex(); in SetFieldsDirty()
2197 const SwNodes& rNds = pChk->GetNodes(); in SetFieldsDirty()

Completed in 50 milliseconds