Home
last modified time | relevance | path

Searched refs:nSepPos (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/vcl/source/control/
H A Dfield2.cxx1245 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 …]
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx142 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 …]
/trunk/main/oox/source/core/
H A Drelations.cxx115 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()
/trunk/main/i18npool/source/isolang/
H A Disolang.cxx985 sal_Int32 nSepPos = rString.indexOf( cSep ); in convertIsoStringToLanguage() local
986 if ( nSepPos >= 0 ) in convertIsoStringToLanguage()
988 aLang = rString.copy( 0, nSepPos ); in convertIsoStringToLanguage()
989 aCountry = rString.copy( nSepPos+1 ); in convertIsoStringToLanguage()
1005 sal_Int32 nSepPos = rString.indexOf( cSep ); in convertIsoByteStringToLanguage() local
1006 if ( nSepPos >= 0 ) in convertIsoByteStringToLanguage()
1008 aLang = rString.copy( 0, nSepPos ); in convertIsoByteStringToLanguage()
1009 aCountry = rString.copy( nSepPos+1 ); in convertIsoByteStringToLanguage()
/trunk/main/tools/source/fsys/
H A Dwldcrd.cxx121 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()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx105 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()
/trunk/main/editeng/source/editeng/
H A Deditundo.hxx67 sal_uInt16 nSepPos; member in EditUndoConnectParas
81 EditUndoConnectParas( ImpEditEngine* pImpEE, sal_uInt32 nNode, sal_uInt16 nSepPos,
97 sal_uInt16 nSepPos; member in EditUndoSplitPara
101 EditUndoSplitPara( ImpEditEngine* pImpEE, sal_uInt32 nNode, sal_uInt16 nSepPos );
H A Deditundo.cxx257 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()
/trunk/main/tools/source/rc/
H A Disofallback.cxx36 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()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx196 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()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx395 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()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx69 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()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx324 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 Dworksheethelper.cxx995 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()
/trunk/main/svtools/source/edit/
H A Dtextund2.hxx54 TextUndoConnectParas( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos );
70 TextUndoSplitPara( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos );
H A Dtexteng.cxx1474 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()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx904 xub_StrLen nSepPos = sUserFilter.SearchBackward( '.' ); in createNewUserFilter() local
905 if ( STRING_NOTFOUND != nSepPos ) in createNewUserFilter()
907 String sUserExt = sUserFilter.Copy( nSepPos + 1 ); in createNewUserFilter()
1398 sal_uInt16 nSepPos = pThis->GetDefaultExt().Search( FILEDIALOG_DEF_EXTSEP ); in IMPL_STATIC_LINK() local
1400 if ( nSepPos != STRING_NOTFOUND ) in IMPL_STATIC_LINK()
1401 pThis->EraseDefaultExt( nSepPos ); in IMPL_STATIC_LINK()
2206 sal_uInt16 nSepPos = GetDefaultExt().Search( FILEDIALOG_DEF_EXTSEP ); in PrepareExecute() local
2207 if ( nSepPos != STRING_NOTFOUND ) in PrepareExecute()
2208 EraseDefaultExt( nSepPos ); in PrepareExecute()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx157 const sal_Int32 nSepPos = sRelativeURL.indexOf( '/' ); in Content() local
158 if ( ( nSepPos == -1 ) || ( nSepPos == sRelativeURL.getLength() - 1 ) ) in Content()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx873 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 Daddincol.cxx529 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()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx768 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx746 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()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx222 TextPaM SplitContent( sal_uLong nNode, sal_uInt16 nSepPos );
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx723 sal_uInt16 nSepPos = maDocFileName.Search( sal_Unicode('.') ); in ExportHtml() local
725 if(nSepPos != STRING_NOTFOUND) in ExportHtml()
726 maDocFileName.Erase(nSepPos); in ExportHtml()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx95 sal_Int32 nSepPos = rFileUrl.lastIndexOf( '/' ); in getFileNamePos() local
96 return (nSepPos < 0) ? 0 : (nSepPos + 1); in getFileNamePos()

Completed in 234 milliseconds

12