/aoo41x/main/sw/inc/ |
H A D | swcrsr.hxx | 126 …sal_Bool IsStartWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPA… 127 …sal_Bool IsEndWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACE… 128 …sal_Bool IsInWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACES… 138 sal_Bool IsStartWordWT( sal_Int16 nWordType ) const; 139 sal_Bool IsEndWordWT( sal_Int16 nWordType ) const; 140 sal_Bool IsInWordWT( sal_Int16 nWordType ) const; 141 sal_Bool GoStartWordWT( sal_Int16 nWordType ); 142 sal_Bool GoEndWordWT( sal_Int16 nWordType ); 143 sal_Bool GoNextWordWT( sal_Int16 nWordType ); 144 sal_Bool GoPrevWordWT( sal_Int16 nWordType ); [all …]
|
H A D | crsrsh.hxx | 772 …sal_Bool IsStartWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPA… 773 …sal_Bool IsEndWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACE… 774 …sal_Bool IsInWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACES…
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crstrvl1.cxx | 32 sal_Bool SwCrsrShell::IsStartWord( sal_Int16 nWordType ) const in IsStartWord() 34 return pCurCrsr->IsStartWord( nWordType ); in IsStartWord() 37 sal_Bool SwCrsrShell::IsEndWord( sal_Int16 nWordType ) const in IsEndWord() 39 return pCurCrsr->IsEndWord( nWordType ); in IsEndWord() 42 sal_Bool SwCrsrShell::IsInWord( sal_Int16 nWordType ) const in IsInWord() 44 return pCurCrsr->IsInWord( nWordType ); in IsInWord()
|
H A D | swcrsr.cxx | 1185 return IsStartWordWT( nWordType ); in IsStartWord() 1190 return IsEndWordWT( nWordType ); in IsEndWord() 1195 return IsInWordWT( nWordType ); in IsInWord() 1233 nWordType ); in IsStartWordWT() 1248 nWordType ); in IsEndWordWT() 1264 nWordType, in IsInWordWT() 1307 nWordType, in GoStartWordWT() 1331 nWordType, in GoEndWordWT() 1357 nWordType ).startPos; in GoNextWordWT() 1384 nWordType ).startPos; in GoPrevWordWT() [all …]
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XBreakIterator.idl | 96 @param nWordType 106 [in] short nWordType); 115 <em>nWordType</em> indicates spaces should be skipped, and 132 @param nWordType 142 [in] short nWordType); 156 @param nWordType 164 [in] short nWordType, 193 [in] short nWordType); 200 [in] short nWordType);
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 687 sal_Int16 nWordType = WordType::DICTIONARY_WORD; in GetCurWord() local 758 if ( nWordType != i18n::WordType::WORD_COUNT ) in NextWord() 775 pBreakIt->GetLocale( aCurrLang ), nWordType, sal_True ); in NextWord() 792 if ( nWordType == i18n::WordType::WORD_COUNT ) in NextWord() 1666 const sal_Int16 nWordType = WordType::ANYWORD_IGNOREWHITESPACES; in TransliterateText() local 1686 nWordType, in TransliterateText() 1691 nWordType, in TransliterateText() 1700 nWordType); in TransliterateText() 1708 nWordType); in TransliterateText() 1737 nWordType); in TransliterateText() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 232 ESelection GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const; 233 ESelection WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const; 234 ESelection WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const;
|
H A D | editview.hxx | 113 …sal_Bool SelectCurrentWord( sal_Int16 nWordType = ::com::sun::star::i18n::WordType::ANY…
|
/aoo41x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 64 sal_uInt16 nWordType; member in SwScanner 70 sal_uInt16 nWordType,
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 609 …EditPaM WordLeft( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordType::… 610 …EditPaM WordRight( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordType:… 611 …EditPaM StartOfWord( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordTyp… 612 …EditPaM EndOfWord( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordType:… 613 …EditSelection SelectWord( const EditSelection& rCurSelection, sal_Int16 nWordType = ::com::sun::s…
|
H A D | impedit2.cxx | 1525 EditPaM ImpEditEngine::WordLeft( const EditPaM& rPaM, sal_Int16 nWordType ) in WordLeft() argument 1551 …aBoundary = _xBI->getWordBoundary( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordType, sal_True ); in WordLeft() 1553 aBoundary = _xBI->previousWord( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordType ); in WordLeft() 1560 EditPaM ImpEditEngine::WordRight( const EditPaM& rPaM, sal_Int16 nWordType ) in WordRight() argument 1573 …:Boundary aBoundary = _xBI->nextWord( *aNewPaM.GetNode(), aNewPaM.GetIndex(), aLocale, nWordType ); in WordRight() 1591 EditPaM ImpEditEngine::StartOfWord( const EditPaM& rPaM, sal_Int16 nWordType ) in StartOfWord() argument 1604 …Boundary = _xBI->getWordBoundary( *rPaM.GetNode(), rPaM.GetIndex(), aLocale, nWordType, sal_True ); in StartOfWord() 1609 EditPaM ImpEditEngine::EndOfWord( const EditPaM& rPaM, sal_Int16 nWordType ) in EndOfWord() argument 1622 …Boundary = _xBI->getWordBoundary( *rPaM.GetNode(), rPaM.GetIndex(), aLocale, nWordType, sal_True ); in EndOfWord() 1627 EditSelection ImpEditEngine::SelectWord( const EditSelection& rCurSel, sal_Int16 nWordType, sal_Boo… in SelectWord() argument [all …]
|
H A D | editeng.cxx | 768 ESelection EditEngine::GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const in GetWord() 774 aSel = pE->pImpEditEngine->SelectWord( aSel, nWordType ); in GetWord() 778 ESelection EditEngine::WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordLeft() 784 aSel = pE->pImpEditEngine->WordLeft( aSel.Min(), nWordType ); in WordLeft() 788 ESelection EditEngine::WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordRight() 794 aSel = pE->pImpEditEngine->WordRight( aSel.Max(), nWordType ); in WordRight()
|
H A D | impedit4.cxx | 2872 const sal_Int16 nWordType = i18n::WordType::ANYWORD_IGNOREWHITESPACES; in TransliterateText() local 2892 nWordType, sal_True /*prefer forward direction*/); in TransliterateText() 2896 nWordType, sal_False /*prefer backward direction*/); in TransliterateText() 2904 nWordType); in TransliterateText() 2912 nWordType); in TransliterateText() 2947 nWordType); in TransliterateText() 3033 nWordType); in TransliterateText()
|
H A D | editview.cxx | 1315 sal_Bool EditView::SelectCurrentWord( sal_Int16 nWordType ) in SelectCurrentWord() argument 1321 aCurSel = PIMPEE->SelectWord( aCurSel.Max(), nWordType ); in SelectCurrentWord()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1550 const sal_Int16 nWordType = i18n::WordType::DICTIONARY_WORD; in gotoEndOfWord() local 1552 if (!rUnoCursor.IsEndWordWT( nWordType )) in gotoEndOfWord() 1554 rUnoCursor.GoEndWordWT( nWordType ); in gotoEndOfWord() 1559 bRet = rUnoCursor.IsEndWordWT( nWordType ); in gotoEndOfWord() 1588 const sal_Int16 nWordType = i18n::WordType::DICTIONARY_WORD; in gotoStartOfWord() local 1590 if (!rUnoCursor.IsStartWordWT( nWordType )) in gotoStartOfWord() 1592 rUnoCursor.GoStartWordWT( nWordType ); in gotoStartOfWord() 1597 bRet = rUnoCursor.IsStartWordWT( nWordType ); in gotoStartOfWord()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1441 const sal_Int16 nWordType = ::i18n::WordType::DICTIONARY_WORD; in GetState() local 1442 …bool bWord = rSh.IsInWord( nWordType ) || rSh.IsStartWord( nWordType ) || rSh.IsEndWord( nWordType… in GetState()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 823 const sal_uInt16 nWordType = i18n::WordType::ANY_WORD; in GetWordBoundary() local 865 rText, nPos, aLocale, nWordType, sal_True ); in GetWordBoundary()
|