Home
last modified time | relevance | path

Searched refs:nPgDscPos (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/app/
H A Ddocstyle.cxx1215 sal_uInt16 nPgDscPos = 0; in SetItemSet() local
1369 if( rDoc.FindPageDescByName( pDesc->GetName(), &nPgDscPos )) in SetItemSet()
1460 rDoc.ChgPageDesc( nPgDscPos, *pNewDsc ); in SetItemSet()
1461 pDesc = &const_cast<const SwDoc &>(rDoc).GetPageDesc( nPgDscPos ); in SetItemSet()
2247 sal_uInt16 nPgDscPos = USHRT_MAX; in Replace() local
2272 &nPgDscPos ); in Replace()
2288 else if( USHRT_MAX != nPgDscPos ) in Replace()
2297 if( USHRT_MAX != nPgDscPos ) in Replace()
2298 rDoc.ChgPageDesc( nPgDscPos, in Replace()
2300 GetPageDesc(nPgDscPos) ); in Replace()
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx3209 sal_uInt16 nPgDscPos = USHRT_MAX; in setPropertiesToDefault() local
3210 … SwPageDesc *pDesc = m_pDoc->FindPageDescByName(xStyle->GetPageDesc()->GetName(),&nPgDscPos); in setPropertiesToDefault()
3308 sal_uInt16 nPgDscPos = USHRT_MAX; in setAllPropertiesToDefault() local
3334 … SwPageDesc *pDesc = m_pDoc->FindPageDescByName(xStyle->GetPageDesc()->GetName(),&nPgDscPos); in setAllPropertiesToDefault()
3352 if(USHRT_MAX != nPgDscPos) in setAllPropertiesToDefault()
3354 SwPageDesc& rPageDesc = m_pDoc->_GetPageDesc(nPgDscPos); in setAllPropertiesToDefault()
3408 if(USHRT_MAX != nPgDscPos) in setAllPropertiesToDefault()
3410 … m_pDoc->ChgPageDesc(nPgDscPos, const_cast<const SwDoc *>(m_pDoc)->GetPageDesc(nPgDscPos)); in setAllPropertiesToDefault()

Completed in 45 milliseconds