Searched refs:pPageCnt (Results 1 – 4 of 4) sorted by relevance
/trunk/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 …]
|
/trunk/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1931 if( pPageCnt && *pPageCnt && pPageSt ) in Spell() 1937 if( *pPageCnt < *pPageSt ) in Spell() 1938 *pPageCnt = *pPageSt; in Spell() 2074 sal_uInt16 *pPageCnt; member in SwHyphArgs 2096 pPageCnt( pPageCount ), pPageSt( pPageStart ) in SwHyphArgs() 2155 sal_uInt16 *pPageCnt = pHyphArgs->GetPageCnt(); in lcl_HyphenateNode() local 2156 if( pPageCnt && *pPageCnt && pPageSt ) in lcl_HyphenateNode() 2162 if( *pPageCnt < *pPageSt ) in lcl_HyphenateNode() 2163 *pPageCnt = *pPageSt; in lcl_HyphenateNode() 2166 : nPageNr + *pPageCnt - *pPageSt + 1; in lcl_HyphenateNode() [all …]
|
/trunk/main/sw/inc/ |
H A D | editsh.hxx | 653 HyphContinue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt ); 714 sal_uInt16* pPageCnt, sal_uInt16* pPageSt,
|
H A D | doc.hxx | 1160 sal_uInt16* pPageCnt, sal_uInt16* pPageSt, bool bGrammarCheck, 1166 sal_uInt16* pPageCnt, sal_uInt16* pPageSt );
|
Completed in 50 milliseconds