Home
last modified time | relevance | path

Searched refs:nEndPosition (Results 1 – 9 of 9) sorted by relevance

/trunk/main/linguistic/source/
H A Dgciterator.cxx792 sal_Int32 nEndPosition = nTextLen; in GetSuggestedEndOfSentence() local
798 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
800 nEndPosition = m_xBreakIterator->endOfSentence( rText, nTmpStartPos, rLocale ); in GetSuggestedEndOfSentence()
801 if (nEndPosition < 0) in GetSuggestedEndOfSentence()
802 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
806 while (nEndPosition <= nSentenceStartPos && nEndPosition < nTextLen); in GetSuggestedEndOfSentence()
807 if (nEndPosition > nTextLen) in GetSuggestedEndOfSentence()
808 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
810 return nEndPosition; in GetSuggestedEndOfSentence()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx818 sal_Int32 nEndPosition = aWorkText.indexOf( m_aVarEnd, nPosition ); in impl_substituteVariable() local
819 if ( nEndPosition != STRPOS_NOTFOUND ) in impl_substituteVariable()
820 nLength = nEndPosition - nPosition + 1; in impl_substituteVariable()
915 sal_Int32 nEndPosition = aWorkText.indexOf( m_aVarEnd, nPosition ); in impl_substituteVariable() local
916 if ( nEndPosition != STRPOS_NOTFOUND ) in impl_substituteVariable()
917 nLength = nEndPosition - nPosition + 1; in impl_substituteVariable()
949 sal_Int32 nEndPosition = aWorkText.indexOf( m_aVarEnd, nPosition ); in impl_substituteVariable() local
950 if ( nEndPosition != STRPOS_NOTFOUND ) in impl_substituteVariable()
951 nLength = nEndPosition - nPosition + 1; in impl_substituteVariable()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx409 sal_Int32 nEndPosition = aWorkText.indexOf( SIGN_ENDVARIABLE, nPosition ); in SubstVar() local
410 if ( nEndPosition != STRPOS_NOTFOUND ) in SubstVar()
411 nLength = nEndPosition - nPosition + 1; in SubstVar()
446 sal_Int32 nEndPosition = aWorkText.indexOf( SIGN_ENDVARIABLE, nPosition ); in SubstVar() local
447 if ( nEndPosition != STRPOS_NOTFOUND ) in SubstVar()
448 nLength = nEndPosition - nPosition + 1; in SubstVar()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.hxx103 sal_Int32 nEndPosition; member
106 nID(nTempID), nStartPosition(nStartPos), nEndPosition(nEndPos) {} in ScMyMoveCutOff()
228 … AddMoveCutOff(const sal_uInt32 nID, const sal_Int32 nStartPosition, const sal_Int32 nEndPosition);
H A DXMLChangeTrackingExportHelper.cxx502 sal_Int32 nEndPosition(0); in AddInsertionAttributes() local
518 nEndPosition = nEndColumn; in AddInsertionAttributes()
525 nEndPosition = nEndRow; in AddInsertionAttributes()
532 nEndPosition = nEndSheet; in AddInsertionAttributes()
542 nCount = nEndPosition - nStartPosition + 1; in AddInsertionAttributes()
H A DXMLChangeTrackingImportHelper.cxx375 …::AddMoveCutOff(const sal_uInt32 nID, const sal_Int32 nStartPosition, const sal_Int32 nEndPosition) in AddMoveCutOff() argument
380 …tion*>(pCurrentAction)->aMoveCutOffs.push_front(ScMyMoveCutOff(nID, nStartPosition, nEndPosition)); in AddMoveCutOff()
631 static_cast<sal_Int16>(aItr->nEndPosition)); in SetDeletionDependencies()
H A DXMLTrackedChangesContext.cxx1644 sal_Int32 nEndPosition(0); in ScXMLMovementCutOffContext() local
1672 SvXMLUnitConverter::convertNumber(nEndPosition, sValue); in ScXMLMovementCutOffContext()
1677 nStartPosition = nEndPosition = nPosition; in ScXMLMovementCutOffContext()
1678 pChangeTrackingImportHelper->AddMoveCutOff(nID, nStartPosition, nEndPosition); in ScXMLMovementCutOffContext()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1224 sal_Int32 nEndPosition = 0; in GetNextSentence_Impl() local
1231 nEndPosition += aStart->sText.getLength(); in GetNextSentence_Impl()
1240 …ED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndPosition ); in GetNextSentence_Impl()
1254 …ED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndPosition ); in GetNextSentence_Impl()
1257 … SpellBackgroundAttrib(COL_LIGHTGRAY), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndPosition ); in GetNextSentence_Impl()
1258 …pellLanguageAttrib(aStart->eLanguage), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndPosition ); in GetNextSentence_Impl()
1259 nStartPosition = nEndPosition; in GetNextSentence_Impl()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx788 sal_uInt16 nEndPosition = 0; in ShowTipCursor() local
832 nEndPosition = i; in ShowTipCursor()
837 nStartPosition = nEndPosition+1; in ShowTipCursor()
853 nEndPosition = i; in ShowTipCursor()
858 nStartPosition = nEndPosition+1; in ShowTipCursor()
1033 sal_uInt16 nEndPosition = 0; in UseFormulaData() local
1077 nEndPosition = i; in UseFormulaData()
1082 nStartPosition = nEndPosition+1; in UseFormulaData()
1098 nEndPosition = i; in UseFormulaData()
1103 nStartPosition = nEndPosition+1; in UseFormulaData()

Completed in 86 milliseconds