Searched refs:pPageCnt (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 146 uno::Any Continue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt ); 170 uno::Any Continue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt ); 584 pPageCnt, pPageSt ); in Continue() 807 sal_uInt16* pPageCnt, sal_uInt16* pPageSt, in SpellContinue() argument 816 if( pPageCnt && !*pPageCnt ) in SpellContinue() 820 *pPageCnt = nEndPage; in SpellContinue() 835 pConvIter->Continue( pPageCnt, pPageSt ) >>= aRet; in SpellContinue() 840 pSpellIter->Continue( pPageCnt, pPageSt ) >>= xRet; in SpellContinue() 930 if( pPageCnt && !*pPageCnt && !*pPageSt ) in HyphContinue() 936 *pPageCnt = nEndPage; in HyphContinue() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1927 if( pPageCnt && *pPageCnt && pPageSt ) in Spell() 1933 if( *pPageCnt < *pPageSt ) in Spell() 1934 *pPageCnt = *pPageSt; in Spell() 2070 sal_uInt16 *pPageCnt; member in SwHyphArgs 2092 pPageCnt( pPageCount ), pPageSt( pPageStart ) in SwHyphArgs() 2151 sal_uInt16 *pPageCnt = pHyphArgs->GetPageCnt(); in lcl_HyphenateNode() local 2152 if( pPageCnt && *pPageCnt && pPageSt ) in lcl_HyphenateNode() 2158 if( *pPageCnt < *pPageSt ) in lcl_HyphenateNode() 2159 *pPageCnt = *pPageSt; in lcl_HyphenateNode() 2162 : nPageNr + *pPageCnt - *pPageSt + 1; in lcl_HyphenateNode() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 663 HyphContinue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt ); 724 sal_uInt16* pPageCnt, sal_uInt16* pPageSt,
|
H A D | doc.hxx | 1153 sal_uInt16* pPageCnt, sal_uInt16* pPageSt, bool bGrammarCheck, 1159 sal_uInt16* pPageCnt, sal_uInt16* pPageSt );
|
Completed in 45 milliseconds