Searched refs:pPageSt (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 ); 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 …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1930 if( !*pPageSt ) in Spell() 1932 *pPageSt = nPageNr; in Spell() 1933 if( *pPageCnt < *pPageSt ) in Spell() 1934 *pPageCnt = *pPageSt; in Spell() 1937 if( nPageNr >= *pPageSt ) in Spell() 2071 sal_uInt16 *pPageSt; member in SwHyphArgs 2155 if( !*pPageSt ) in lcl_HyphenateNode() 2157 *pPageSt = nPageNr; in lcl_HyphenateNode() 2158 if( *pPageCnt < *pPageSt ) in lcl_HyphenateNode() 2159 *pPageCnt = *pPageSt; 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 37 milliseconds