/trunk/main/padmin/source/ |
H A D | adddlg.cxx | 496 ByteString aDefScale( aConfig.ReadKey( "Scale" ) ); in APOldPrinterPage() 497 ByteString aDefCopies( aConfig.ReadKey( "Copies" ) ); in APOldPrinterPage() 498 ByteString aDefDPI( aConfig.ReadKey( "DPI" ) ); in APOldPrinterPage() 506 ByteString aValue( aConfig.ReadKey( aPrinter ) ); in APOldPrinterPage() 530 ByteString aCommand( aConfig.ReadKey( aPort ) ); in APOldPrinterPage() 556 aValue = aConfig.ReadKey( "PageSize", aDefPageSize ); in APOldPrinterPage() 580 aValue = aConfig.ReadKey( "Copies", aDefScale ); in APOldPrinterPage() 584 aValue = aConfig.ReadKey( "Comment" ); in APOldPrinterPage() 587 aValue = aConfig.ReadKey( "Level" ); in APOldPrinterPage() 607 aValue = aConfig.ReadKey( nPPDKey ); in APOldPrinterPage() [all …]
|
H A D | newppdlg.cxx | 72 m_aPathBox.SetText( String( rConfig.ReadKey( "LastDir" ), RTL_TEXTENCODING_UTF8 ) ); in PPDImportDialog() 75 ByteString aEntry( rConfig.ReadKey( ByteString::CreateFromInt32( i ) ) ); in PPDImportDialog() 113 int nNextEntry = rConfig.ReadKey( "NextEntry" ).ToInt32(); in Import()
|
H A D | cmddlg.cxx | 132 String aCommand( rConfig.ReadKey( ByteString::CreateFromInt32( nKeys ), RTL_TEXTENCODING_UTF8 ) ); in getStoredCommands()
|
H A D | fontentry.cxx | 455 m_aFromDirEdt.SetText( String( rPadminRC.ReadKey( "FromPath" ), RTL_TEXTENCODING_UTF8 ) ); in FontImportDialog()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 268 aValue = aConfig.ReadKey( "Orientation" ); in initialize() 272 aValue = aConfig.ReadKey( "MarginAdjust" ); in initialize() 285 aValue = aConfig.ReadKey( "ColorDevice" ); in initialize() 289 aValue = aConfig.ReadKey( "PSLevel" ); in initialize() 293 aValue = aConfig.ReadKey( "PDFDevice" ); in initialize() 306 aValue = aConfig.ReadKey( "DisableCUPS" ); in initialize() 321 aValue = aConfig.ReadKey( aKey ); in initialize() 333 aValue = aConfig.ReadKey( aKey ); in initialize() 476 aValue = aConfig.ReadKey( "Comment" ); in initialize() 479 aValue = aConfig.ReadKey( "Copies" ); in initialize() [all …]
|
/trunk/main/desktop/source/app/ |
H A D | lockfile2.cxx | 42 ByteString aHost = aConfig.ReadKey( that->Hostkey() ); in Lockfile_execWarning() 43 ByteString aUser = aConfig.ReadKey( that->Userkey() ); in Lockfile_execWarning() 44 ByteString aStamp = aConfig.ReadKey( that->Stampkey() ); in Lockfile_execWarning() 45 ByteString aTime = aConfig.ReadKey( that->Timekey() ); in Lockfile_execWarning()
|
H A D | lockfile.cxx | 148 ByteString aIPCserver = aConfig.ReadKey( IPCkey() ); in isStale() 152 ByteString aHost = aConfig.ReadKey( Hostkey() ); in isStale() 153 ByteString aUser = aConfig.ReadKey( Userkey() ); in isStale()
|
H A D | langselect.cxx | 197 OString sLang = aConfig.ReadKey( SOFFICE_STARTLANG ); in prepareLanguage()
|
/trunk/main/tools/inc/tools/ |
H A D | config.hxx | 69 ByteString ReadKey( const ByteString& rKey ) const; 70 UniString ReadKey( const ByteString& rKey, rtl_TextEncoding eEncoding ) const; 71 ByteString ReadKey( const ByteString& rKey, const ByteString& rDefault ) const; 76 ByteString ReadKey( sal_uInt16 nKey ) const;
|
H A D | iparser.hxx | 97 TOOLS_DLLPRIVATE GenericInformation *ReadKey( GenericInformationList *pExistingList );
|
/trunk/main/tools/source/generic/ |
H A D | config.cxx | 972 ByteString Config::ReadKey( const ByteString& rKey ) const in ReadKey() function in Config 974 return ReadKey( rKey, getEmptyByteString() ); in ReadKey() 979 UniString Config::ReadKey( const ByteString& rKey, rtl_TextEncoding eEncoding ) const in ReadKey() function in Config 983 return UniString( ReadKey( rKey ), eEncoding ); in ReadKey() 988 ByteString Config::ReadKey( const ByteString& rKey, const ByteString& rDefault ) const in ReadKey() function in Config 1035 DBG_ASSERTWARNING( rStr != ReadKey( rKey ), "Config::WriteKey() with the same Value" ); in WriteKey() 1217 ByteString Config::ReadKey( sal_uInt16 nKey ) const in ReadKey() function in Config
|
/trunk/main/automation/source/server/ |
H A D | server.cxx | 240 nPortIs = aConf.ReadKey("TTPort","0").ToInt32(); in GetPort() 243 if ( !bAutomate || aConf.ReadKey( aNoTesttoolKey, "" ) != "" ) in GetPort() 246 nComm = (sal_uInt16)aConf.ReadKey("Comm","0").ToInt32(); in GetPort() 250 bQuiet = ( aConf.ReadKey("Quiet","no").CompareIgnoreCaseToAscii("yes") == COMPARE_EQUAL ); in GetPort()
|
/trunk/main/tools/source/communi/ |
H A D | parser.cxx | 127 GenericInformation *InformationParser::ReadKey( in ReadKey() function in InformationParser 189 ReadKey( pSubList ); in ReadKey() 292 ReadKey( pList ); in Execute()
|
/trunk/main/soltools/giparser/ |
H A D | gi_parse.cxx | 227 case lt_key: ReadKey(); in InterpretLine() 258 GenericInfo_Parser::ReadKey() in ReadKey() function in GenericInfo_Parser
|
/trunk/main/soltools/inc/ |
H A D | gi_parse.hxx | 105 void ReadKey();
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbasystem.cxx | 52 rtl::OUString sValue = String( aCfg.ReadKey( maKey ), RTL_TEXTENCODING_DONTKNOW ); in getValueEvent()
|
/trunk/main/desktop/source/so_comp/ |
H A D | oemjob.cxx | 257 ByteString sResult = aConfig.ReadKey( OEM_PRELOAD ); in checkOEMPreloadFlag()
|
/trunk/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 1179 ByteString aString = aConfig.ReadKey( "SO_LastSaneDevice" ); in LoadState() 1196 ByteString aValue = aConfig.ReadKey( i ); in LoadState()
|
/trunk/main/automation/source/communi/ |
H A D | communi.cxx | 567 aVar = aConf.ReadKey(KeyName,"No Entry"); \
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 422 aEntry = String(aInfFile.ReadKey(aKeyName), gsl_getSystemTextEncoding()); in Init()
|
/trunk/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 332 ByteString key_value_utf8 = aConfig.ReadKey(sal::static_int_cast<USHORT>(i)); in add_group_entries()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 467 if(sEntry == String(aInfFile.ReadKey(aKeyName),m_pTable->getConnection()->getTextEncoding())) in DropImpl()
|
H A D | DTable.cxx | 714 aIndexName = aInfFile.ReadKey(aKeyName); in refreshIndexes()
|
/trunk/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 1309 Dsc = aCfg.ReadKey( i ); in ReadList()
|
/trunk/main/svtools/source/contnr/ |
H A D | fileview.cxx | 475 … Insert( new NameTranslationEntry( aConfig.GetKeyName( nCnt ), aConfig.ReadKey( nCnt ) ) ); in Init()
|