Home
last modified time | relevance | path

Searched refs:pPageCnt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx146 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 Ddocedt.cxx1931 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 Deditsh.hxx653 HyphContinue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt );
714 sal_uInt16* pPageCnt, sal_uInt16* pPageSt,
H A Ddoc.hxx1160 sal_uInt16* pPageCnt, sal_uInt16* pPageSt, bool bGrammarCheck,
1166 sal_uInt16* pPageCnt, sal_uInt16* pPageSt );

Completed in 48 milliseconds