/aoo4110/main/framework/source/fwi/classes/ |
H A D | converter.cxx | 191 DateTime Converter::convert_String2DateTime( /*IN*/ const ::rtl::OUString& sSource ) in convert_String2DateTime() argument 196 sal_uInt16 nDay = (sal_uInt16)(sSource.getToken( 0, (sal_Unicode)'.', nIndex ).toInt32()); in convert_String2DateTime() 199 sal_uInt16 nMonth = (sal_uInt16)(sSource.getToken( 0, (sal_Unicode)'.', nIndex ).toInt32()); in convert_String2DateTime() 202 … sal_uInt16 nYear = (sal_uInt16)(sSource.getToken( 0, (sal_Unicode)'/', nIndex ).toInt32()); in convert_String2DateTime() 205 sal_uInt32 nHour = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime() 208 sal_uInt32 nMin = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime() 209 if( nIndex>0 && nIndex<sSource.getLength() ) in convert_String2DateTime() 211 … sal_uInt32 nSec = sSource.copy( nIndex, sSource.getLength()-nIndex ).toInt32(); in convert_String2DateTime()
|
/aoo4110/main/l10ntools/source/ |
H A D | lngmerge.cxx | 42 sSource( rLngFile ), in LngParser() 47 DirEntry aEntry( String( sSource, RTL_TEXTENCODING_ASCII_US )); in LngParser() 49 SvFileStream aStream( String( sSource, RTL_TEXTENCODING_ASCII_US ), STREAM_STD_READ ); in LngParser() 113 DirEntry aEntry( String( sSource, RTL_TEXTENCODING_ASCII_US )); in CreateSDF() 218 …MergeDataFile aMergeDataFile( rSDFFile, sSource , sal_False, RTL_TEXTENCODING_MS_1252);//, bDBIsUT… in Merge() 249 ResData *pResData = new ResData( "", sID , sSource ); in Merge()
|
H A D | export2.cxx | 582 ByteString sSource, ByteString sDestination ) in ConvertLineEnds() argument 585 String sSourceFile( sSource, RTL_TEXTENCODING_ASCII_US ); in ConvertLineEnds() 616 ByteString Export::GetNativeFile( ByteString sSource ) in GetNativeFile() argument 623 if ( ConvertLineEnds( sSource, sReturn )) in GetNativeFile()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 417 String sSource = _sDocumentName; in compareJPEG() local 419 FileHelper.copy(sSource, sDestination); in compareJPEG() 427 String sSource = FileHelper.appendPath(sDestinationPath, sSourceBasename); in compareJPEG() local 430 int nErr = compareJPEG(sSource, sDestination, sDifference); in compareJPEG() 456 nPercentColorDiffer = estimateGfx(sSource, sDestination, sDifference); in compareJPEG() 505 aResultIni.insertValue(sSection, "oldgfx", sSource); in compareJPEG()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 191 rtl::OUString sSource, sTable, sEdit, sTblList, sTmplNm, sTAutoFmtNm; member 1641 rtl::OUString sSource, sCommand; in Commit() local 1642 pSourceProps[0] >>= sSource; in Commit() 1644 if(sSource.equals(aDBData.sDataSource) && sCommand.equals(aDBData.sCommand)) in Commit() 1774 rtl::OUString sSource, sCommand; in Load() local 1776 pDataSourceProps[0] >>= sSource; in Load() 1779 if(sSource.equals(aDBData.sDataSource) && sCommand.equals(aDBData.sCommand)) in Load() 1782 pNewData->sSource = sSource; in Load()
|
H A D | dbtree.cxx | 145 ::rtl::OUString sSource; in elementRemoved() 146 rEvent.Accessor >>= sSource; in elementRemoved() 150 if(pPtr->sSourceName == sSource) in elementRemoved()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | xfldui.cxx | 77 ::rtl::OUString sSource(rDBName); in IsDBNumeric() 79 pDBMgr->RegisterConnection(sSource); in IsDBNumeric()
|
/aoo4110/main/automation/source/server/ |
H A D | XMLParser.cxx | 262 InputSource sSource; in Parse() local 263 …sSource.aInputStream = new SVInputStream( pStream ); // is refcounted and hence deletet appropr… in Parse() 264 sSource.sPublicId = OUString( aFilename ); in Parse() 275 xParser->parseStream ( sSource ); in Parse()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 1877 String sSource; in InsertLink() local 1878 if( FileDownload( sHRef, sSource ) ) in InsertLink() 1879 pCSS1Parser->ParseStyleSheet( sSource ); in InsertLink() 1886 String sSource; in InsertLink() local 1887 if( FinishFileDownload(sSource) && sSource.Len() ) in InsertLink() 1888 pCSS1Parser->ParseStyleSheet( sSource ); in InsertLink()
|
/aoo4110/main/l10ntools/source/filter/utils/ |
H A D | XMLHelper.java | 351 java.lang.StringBuffer sSource = new java.lang.StringBuffer(sValue); in encodeHTMLSigns() local 354 for (int i=0; i<sSource.length(); ++i) in encodeHTMLSigns() 356 char c = sSource.charAt(i); in encodeHTMLSigns()
|
/aoo4110/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 868 ByteString sSource( rSource, eDestEnc ); in OutScript() local 869 sSource.ConvertLineEnd( GetSystemLineEnd() ); in OutScript() 870 rStrm << sSource.GetBuffer(); in OutScript()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 2125 String sFile, sFilter, sOptions, sSource; in IMPL_LINK() local 2133 sSource = pImpl->m_pLinkedDlg->GetSource(); in IMPL_LINK() 2141 if ( sSource.Len() ) in IMPL_LINK() 2142 pImpl->m_pRequest->AppendItem( SfxStringItem( FN_PARAM_1, sSource ) ); in IMPL_LINK() 2147 ExecuteExternalSource( sFile, sFilter, sOptions, sSource, nRefresh, *(pImpl->m_pRequest) ); in IMPL_LINK()
|
/aoo4110/main/l10ntools/inc/ |
H A D | export.hxx | 336 static sal_Bool ConvertLineEnds( ByteString sSource, ByteString sDestination ); 337 static ByteString GetNativeFile( ByteString sSource );
|
H A D | lngmerge.hxx | 44 ByteString sSource; member in LngParser
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 953 String sSource; in MoveTable() local 965 sSource = sRTLSource; in MoveTable() 967 VBA_InsertModule( aDocument, nTabToUse, sCodeName, sSource ); in MoveTable()
|
H A D | docfunc.cxx | 2614 void VBA_InsertModule( ScDocument& rDoc, SCTAB nTab, String& sModuleName, String& sSource ) in VBA_InsertModule() argument 2645 rtl::OUString sTmpSource = sSource; in VBA_InsertModule() 2726 String sSource; in InsertTable() local 2727 VBA_InsertModule( *pDoc, nTab, sCodeName, sSource ); in InsertTable()
|
/aoo4110/main/framework/inc/classes/ |
H A D | converter.hxx | 81 …convert_String2DateTime ( const ::rtl::OUString& sSource );
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 1127 String sSource; in TransferTab() local 1142 sSource = sRTLSource; in TransferTab() 1144 VBA_InsertModule( *this, nDestPos, sCodeName, sSource ); in TransferTab()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 999 OUString sSource = bQuery ? sTypeName : sProgName; in LocalizeFormula() local 1001 if(!rFormula.compareTo(sSource, sSource.getLength())) in LocalizeFormula() 1004 sTmpFormula += rFormula.copy(sSource.getLength()); in LocalizeFormula()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 2383 String sSource; in GenerateFormLetter() local 2384 if(!GetWrtShell().IsFieldDataSourceAvailable(sSource)) in GenerateFormLetter() 2388 sTmp.SearchAndReplaceAscii("%1", sSource); in GenerateFormLetter()
|
/aoo4110/main/framework/inc/services/ |
H A D | autorecovery.hxx | 915 AutoRecovery::EFailureSafeResult implts_copyFile(const ::rtl::OUString& sSource ,
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviews7.cxx | 172 String sSource; in GetSupportedClipboardFormats() local 173 if (SvPasteObjectHelper::GetEmbeddedName (rDataHelper, sName, sSource, nFormat)) in GetSupportedClipboardFormats()
|
/aoo4110/main/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 1560 ::rtl::OUStringBuffer sSource ( sValue ); in impl_encodeSpecialSigns() 1567 sal_Unicode cSign = sSource.charAt(i); in impl_encodeSpecialSigns()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 3056 String sName,sSource; in FillClipFmtItem() local 3057 if ( SvPasteObjectHelper::GetEmbeddedName(rData,sName,sSource,nFormat) ) in FillClipFmtItem()
|
/aoo4110/main/framework/source/services/ |
H A D | autorecovery.cxx | 3308 AutoRecovery::EFailureSafeResult AutoRecovery::implts_copyFile(const ::rtl::OUString& sSource , in implts_copyFile() argument 3334 ::ucbhelper::Content::create(sSource, xEnvironment, aSourceContent); in implts_copyFile()
|