Home
last modified time | relevance | path

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

/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx191 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()
/trunk/main/l10ntools/source/
H A Dlngmerge.cxx42 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 Dexport2.cxx582 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java417 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()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx191 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 Ddbtree.cxx145 ::rtl::OUString sSource; in elementRemoved()
146 rEvent.Accessor >>= sSource; in elementRemoved()
150 if(pPtr->sSourceName == sSource) in elementRemoved()
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx77 ::rtl::OUString sSource(rDBName); in IsDBNumeric()
79 pDBMgr->RegisterConnection(sSource); in IsDBNumeric()
/trunk/main/automation/source/server/
H A DXMLParser.cxx262 InputSource sSource; in Parse() local
263sSource.aInputStream = new SVInputStream( pStream ); // is refcounted and hence deleted appropriat… in Parse()
264 sSource.sPublicId = OUString( aFilename ); in Parse()
275 xParser->parseStream ( sSource ); in Parse()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1877 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()
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java351 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()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx868 ByteString sSource( rSource, eDestEnc ); in OutScript() local
869 sSource.ConvertLineEnd( GetSystemLineEnd() ); in OutScript()
870 rStrm << sSource.GetBuffer(); in OutScript()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx2125 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()
/trunk/main/l10ntools/inc/
H A Dexport.hxx336 static sal_Bool ConvertLineEnds( ByteString sSource, ByteString sDestination );
337 static ByteString GetNativeFile( ByteString sSource );
H A Dlngmerge.hxx44 ByteString sSource; member in LngParser
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx951 String sSource; in MoveTable() local
963 sSource = sRTLSource; in MoveTable()
965 VBA_InsertModule( aDocument, nTabToUse, sCodeName, sSource ); in MoveTable()
H A Ddocfunc.cxx2614 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()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1127 String sSource; in TransferTab() local
1142 sSource = sRTLSource; in TransferTab()
1144 VBA_InsertModule( *this, nDestPos, sCodeName, sSource ); in TransferTab()
/trunk/main/framework/inc/classes/
H A Dconverter.hxx81 …convert_String2DateTime ( const ::rtl::OUString& sSource );
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx999 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()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx2383 String sSource; in GenerateFormLetter() local
2384 if(!GetWrtShell().IsFieldDataSourceAvailable(sSource)) in GenerateFormLetter()
2388 sTmp.SearchAndReplaceAscii("%1", sSource); in GenerateFormLetter()
/trunk/main/framework/inc/services/
H A Dautorecovery.hxx915 AutoRecovery::EFailureSafeResult implts_copyFile(const ::rtl::OUString& sSource ,
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx172 String sSource; in GetSupportedClipboardFormats() local
173 if (SvPasteObjectHelper::GetEmbeddedName (rDataHelper, sName, sSource, nFormat)) in GetSupportedClipboardFormats()
/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx1560 ::rtl::OUStringBuffer sSource ( sValue ); in impl_encodeSpecialSigns()
1567 sal_Unicode cSign = sSource.charAt(i); in impl_encodeSpecialSigns()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3057 String sName,sSource; in FillClipFmtItem() local
3058 if ( SvPasteObjectHelper::GetEmbeddedName(rData,sName,sSource,nFormat) ) in FillClipFmtItem()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3308 AutoRecovery::EFailureSafeResult AutoRecovery::implts_copyFile(const ::rtl::OUString& sSource , in implts_copyFile() argument
3334 ::ucbhelper::Content::create(sSource, xEnvironment, aSourceContent); in implts_copyFile()

Completed in 204 milliseconds