Searched refs:pPageSt (Results 1 – 4 of 4) sorted by relevance
/aoo42x/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 ); 190 uno::Any Continue( sal_uInt16* pPageCnt, sal_uInt16* pPageSt ); 370 xSpeller, pPageCnt, pPageSt, false ) >>= xSpellRet; in Continue() 584 pPageCnt, pPageSt ); in Continue() 807 sal_uInt16* pPageCnt, sal_uInt16* pPageSt, in SpellContinue() argument 835 pConvIter->Continue( pPageCnt, pPageSt ) >>= aRet; in SpellContinue() 840 pSpellIter->Continue( pPageCnt, pPageSt ) >>= xRet; in SpellContinue() 930 if( pPageCnt && !*pPageCnt && !*pPageSt ) in HyphContinue() 940 *pPageSt = 1; // das StatLineStartPercent in HyphContinue() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1934 if( !*pPageSt ) in Spell() 1936 *pPageSt = nPageNr; in Spell() 1937 if( *pPageCnt < *pPageSt ) in Spell() 1938 *pPageCnt = *pPageSt; in Spell() 1941 if( nPageNr >= *pPageSt ) in Spell() 2075 sal_uInt16 *pPageSt; member in SwHyphArgs 2159 if( !*pPageSt ) in lcl_HyphenateNode() 2161 *pPageSt = nPageNr; in lcl_HyphenateNode() 2162 if( *pPageCnt < *pPageSt ) in lcl_HyphenateNode() 2163 *pPageCnt = *pPageSt; in lcl_HyphenateNode() [all …]
|
/aoo42x/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 43 milliseconds