/aoo41x/main/oox/source/core/ |
H A D | relations.cxx | 115 sal_Int32 nSepPos = rRelation.maTarget.indexOf( '/', nStartPos ); in getFragmentPathFromRelation() local 116 if( nSepPos < 0 ) nSepPos = rRelation.maTarget.getLength(); in getFragmentPathFromRelation() 118 …if( (nStartPos + 2 == nSepPos) && (rRelation.maTarget[ nStartPos ] == '.') && (rRelation.maTarget[… in getFragmentPathFromRelation() 121 … aPath = lclAppendFileName( aPath, rRelation.maTarget.copy( nStartPos, nSepPos - nStartPos ) ); in getFragmentPathFromRelation() 123 nStartPos = nSepPos + 1; in getFragmentPathFromRelation()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 142 xub_StrLen nSepPos = sLang.Search( '-' ); in HelpLocaleString() local 143 if (nSepPos != STRING_NOTFOUND) in HelpLocaleString() 146 sLang = sLang.Copy( 0, nSepPos ); in HelpLocaleString() 620 sal_Int32 nSepPos = aLocaleStr.indexOf( '_' ); in SfxHelp() local 621 if ( nSepPos != -1 ) in SfxHelp() 623 aLanguageStr = aLocaleStr.copy( 0, nSepPos ); in SfxHelp() 624 aCountryStr = aLocaleStr.copy( nSepPos+1 ); in SfxHelp() 628 nSepPos = aLocaleStr.indexOf( '-' ); in SfxHelp() 629 if ( nSepPos != -1 ) in SfxHelp() 631 aLanguageStr = aLocaleStr.copy( 0, nSepPos ); in SfxHelp() [all …]
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 1245 if ( nSepPos == STRING_NOTFOUND ) in ImplDateGetValue() 1247 nSepPos = aStr.Search( aDateSep, nSepPos+1 ); in ImplDateGetValue() 1248 if ( ( nSepPos == STRING_NOTFOUND ) || ( nSepPos == (aStr.Len()-1) ) ) in ImplDateGetValue() 2485 if ( nSepPos == STRING_NOTFOUND ) in ImplTimeGetValue() 2486 nSepPos = aStr.Len(); in ImplTimeGetValue() 2493 if ( nSepPos != STRING_NOTFOUND ) in ImplTimeGetValue() 2515 else if ( nSepPos == STRING_NOTFOUND ) in ImplTimeGetValue() 2526 aStr.Erase( 0, nSepPos+1 ); in ImplTimeGetValue() 2531 if ( nSepPos != STRING_NOTFOUND ) in ImplTimeGetValue() 2535 aStr.Erase( 0, nSepPos+1 ); in ImplTimeGetValue() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | wldcrd.cxx | 121 sal_uInt16 nSepPos; in Matches() local 125 while ( (nSepPos = aTmpWild.Search( cSepSymbol )) != STRING_NOTFOUND ) in Matches() 128 if ( ImpMatch( aTmpWild.Copy( 0, nSepPos ).GetBuffer(), aString.GetBuffer() ) ) in Matches() 130 aTmpWild.Erase( 0, nSepPos + 1 ); // Trennsymbol entfernen in Matches()
|
/aoo41x/main/i18npool/source/isolang/ |
H A D | isolang.cxx | 983 sal_Int32 nSepPos = rString.indexOf( cSep ); in convertIsoStringToLanguage() local 984 if ( nSepPos >= 0 ) in convertIsoStringToLanguage() 986 aLang = rString.copy( 0, nSepPos ); in convertIsoStringToLanguage() 987 aCountry = rString.copy( nSepPos+1 ); in convertIsoStringToLanguage() 1003 sal_Int32 nSepPos = rString.indexOf( cSep ); in convertIsoByteStringToLanguage() local 1004 if ( nSepPos >= 0 ) in convertIsoByteStringToLanguage() 1006 aLang = rString.copy( 0, nSepPos ); in convertIsoByteStringToLanguage() 1007 aCountry = rString.copy( nSepPos+1 ); in convertIsoByteStringToLanguage()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editundo.hxx | 67 sal_uInt16 nSepPos; member in EditUndoConnectParas 81 EditUndoConnectParas( ImpEditEngine* pImpEE, sal_uInt16 nNode, sal_uInt16 nSepPos, 97 sal_uInt16 nSepPos; member in EditUndoSplitPara 101 EditUndoSplitPara( ImpEditEngine* pImpEE, sal_uInt16 nNode, sal_uInt16 nSepPos );
|
H A D | editundo.cxx | 257 nSepPos = nSP; in EditUndoConnectParas() 288 EditPaM aPaM = GetImpEditEngine()->SplitContent( nNode, nSepPos ); in Undo() 322 nSepPos = nSP; in EditUndoSplitPara() 339 EditPaM aPaM = GetImpEditEngine()->SplitContent( nNode, nSepPos ); in Redo()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 105 sal_Int32 nSepPos = moLang.get().indexOf( sal_Unicode( '-' ), 0 ); in pushToPropMap() local 106 if ( nSepPos >= 0 ) in pushToPropMap() 108 aLocale.Language = moLang.get().copy( 0, nSepPos ); in pushToPropMap() 109 aLocale.Country = moLang.get().copy( nSepPos + 1 ); in pushToPropMap()
|
/aoo41x/main/tools/source/rc/ |
H A D | isofallback.cxx | 36 xub_StrLen nSepPos = rLanguage.Search( '-' ); in GetIsoFallback() local 37 if ( nSepPos == STRING_NOTFOUND ){ in GetIsoFallback() 51 … else if( !( nSepPos == 1 && ( rLanguage.GetChar(0) == 'x' || rLanguage.GetChar(0) == 'X' ) ) ) in GetIsoFallback()
|
/aoo41x/main/xmlsecurity/source/helper/ |
H A D | xmlsignaturehelper2.cxx | 196 sal_Int32 nSepPos = rURI.indexOf( '/' ); in OpenInputStream() local 197 if ( nSepPos == -1 ) in OpenInputStream() 216 rURI.copy( 0, nSepPos ), rtl_UriDecodeStrict, rtl_UriCharClassRelSegment); in OpenInputStream() 222 rtl::OUString aElement = rURI.copy( nSepPos+1 ); in OpenInputStream()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 69 sal_Int32 nSepPos = rValue.indexOf( cSep ); in separatePair() local 70 if( nSepPos >= 0 ) in separatePair() 72 orValue1 = rValue.copy( 0, nSepPos ).trim(); in separatePair() 73 orValue2 = rValue.copy( nSepPos + 1 ).trim(); in separatePair()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 395 sal_Int32 nSepPos = sDefaultCurrency.indexOf( '-' ); in ImplGetDefaultValue() local 397 if ( nSepPos >= 0 ) in ImplGetDefaultValue() 399 sBankSymbol = sDefaultCurrency.copy( 0, nSepPos ); in ImplGetDefaultValue() 400 sDefaultCurrency = sDefaultCurrency.copy( nSepPos + 1 ); in ImplGetDefaultValue() 405 nSepPos = sDefaultCurrency.indexOf( '-' ); in ImplGetDefaultValue() 406 if ( nSepPos >= 0 ) in ImplGetDefaultValue() 408 aLocale.Language = sDefaultCurrency.copy( 0, nSepPos ); in ImplGetDefaultValue() 409 aLocale.Country = sDefaultCurrency.copy( nSepPos + 1 ); in ImplGetDefaultValue()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textund2.hxx | 54 TextUndoConnectParas( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos ); 70 TextUndoSplitPara( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos );
|
H A D | texteng.cxx | 1474 TextPaM TextEngine::SplitContent( sal_uLong nNode, sal_uInt16 nSepPos ) in SplitContent() argument 1480 DBG_ASSERT( nSepPos <= pNode->GetText().Len(), "Index im Wald: SplitContent" ); in SplitContent() 1482 TextPaM aPaM( nNode, nSepPos ); in SplitContent()
|
/aoo41x/main/oox/source/xls/ |
H A D | sheetdatacontext.cxx | 324 sal_Int32 nSepPos = aColSpanToken.indexOf( ':' ); in importRow() local 325 if( (0 < nSepPos) && (nSepPos + 1 < aColSpanToken.getLength()) ) in importRow() 328 … sal_Int32 nLastCol = ::std::min( aColSpanToken.copy( nSepPos + 1 ).toInt32() - 1, nMaxCol ); in importRow() 329 … aModel.insertColSpan( ValueRange( aColSpanToken.copy( 0, nSepPos ).toInt32() - 1, nLastCol ) ); in importRow()
|
H A D | worksheethelper.cxx | 995 sal_Int32 nSepPos = aUrl.lastIndexOf( '!' ); in getHyperlinkUrl() local 996 if( nSepPos > 0 ) in getHyperlinkUrl() 999 aUrl = aUrl.replaceAt( nSepPos, 1, OUString( sal_Unicode( '.' ) ) ); in getHyperlinkUrl() 1001 OUString aSheetName = aUrl.copy( 1, nSepPos - 1 ); in getHyperlinkUrl() 1004 aUrl = aUrl.replaceAt( 1, nSepPos - 1, aCalcName ); in getHyperlinkUrl()
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 902 xub_StrLen nSepPos = sUserFilter.SearchBackward( '.' ); in createNewUserFilter() local 903 if ( STRING_NOTFOUND != nSepPos ) in createNewUserFilter() 905 String sUserExt = sUserFilter.Copy( nSepPos + 1 ); in createNewUserFilter() 1396 sal_uInt16 nSepPos = pThis->GetDefaultExt().Search( FILEDIALOG_DEF_EXTSEP ); in IMPL_STATIC_LINK() local 1398 if ( nSepPos != STRING_NOTFOUND ) in IMPL_STATIC_LINK() 1399 pThis->EraseDefaultExt( nSepPos ); in IMPL_STATIC_LINK() 2204 sal_uInt16 nSepPos = GetDefaultExt().Search( FILEDIALOG_DEF_EXTSEP ); in PrepareExecute() local 2205 if ( nSepPos != STRING_NOTFOUND ) in PrepareExecute() 2206 EraseDefaultExt( nSepPos ); in PrepareExecute()
|
/aoo41x/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 157 const sal_Int32 nSepPos = sRelativeURL.indexOf( '/' ); in Content() local 158 if ( ( nSepPos == -1 ) || ( nSepPos == sRelativeURL.getLength() - 1 ) ) in Content()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 873 sal_Int32 nSepPos = IndexOf(aToken, ':', 0, cQuote); in GetStringFromXMLRangeString() local 874 if (nSepPos >= 0) in GetStringFromXMLRangeString() 877 OUString aBeginCell = aToken.copy(0, nSepPos); in GetStringFromXMLRangeString() 878 OUString aEndCell = aToken.copy(nSepPos+1); in GetStringFromXMLRangeString()
|
H A D | addincol.cxx | 529 sal_Int32 nSepPos = rLocaleStr.indexOf( cLocaleSep ); in ReadConfiguration() local 530 if ( nSepPos >= 0 ) in ReadConfiguration() 532 rLocale.Language = rLocaleStr.copy( 0, nSepPos ); in ReadConfiguration() 533 rLocale.Country = rLocaleStr.copy( nSepPos+1 ); in ReadConfiguration()
|
/aoo41x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 768 sal_Int32 nSepPos = rValue.indexOf( ';' ); in importProperty() local 769 …OSL_ENSURE( nSepPos >= 0, "AxControlModelBase::importProperty - missing separator in 'Size' proper… in importProperty() 770 if( nSepPos >= 0 ) in importProperty() 772 maSize.first = rValue.copy( 0, nSepPos ).toInt32(); in importProperty() 773 maSize.second = rValue.copy( nSepPos + 1 ).toInt32(); in importProperty()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 746 sal_Int32 nSepPos = sFilename.lastIndexOf( '.' ); in impl_sta_SetDefaultName() local 747 if ( -1 != nSepPos ) in impl_sta_SetDefaultName() 748 sFilename = sFilename.copy(0, nSepPos); in impl_sta_SetDefaultName()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 222 TextPaM SplitContent( sal_uLong nNode, sal_uInt16 nSepPos );
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 723 sal_uInt16 nSepPos = maDocFileName.Search( sal_Unicode('.') ); in ExportHtml() local 725 if(nSepPos != STRING_NOTFOUND) in ExportHtml() 726 maDocFileName.Erase(nSepPos); in ExportHtml()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 95 sal_Int32 nSepPos = rFileUrl.lastIndexOf( '/' ); in getFileNamePos() local 96 return (nSepPos < 0) ? 0 : (nSepPos + 1); in getFileNamePos()
|