/trunk/main/sw/source/ui/dbui/ |
H A D | mmgreetingspage.cxx | 48 SwMailMergeConfigItem& rConfig, in lcl_FillGreetingsBox() argument 58 SwMailMergeConfigItem& rConfig, in lcl_FillGreetingsBox() argument 68 SwMailMergeConfigItem& rConfig, in lcl_StoreGreetingsBox() argument 75 rConfig.SetGreetings(eType, aEntries); in lcl_StoreGreetingsBox() 80 SwMailMergeConfigItem& rConfig, in lcl_StoreGreetingsBox() argument 87 rConfig.SetGreetings(eType, aEntries); in lcl_StoreGreetingsBox() 400 rConfig.SetColumnAssignment( rDBData, aAssignment ); in commitPage() 447 rConfig.GetResultSet(); in IMPL_LINK() 452 sal_Int32 nPos = rConfig.GetResultSetPosition(); in IMPL_LINK() 453 rConfig.MoveResultSet( bNext ? ++nPos : --nPos); in IMPL_LINK() [all …]
|
H A D | mmaddressblockpage.cxx | 210 SwMailMergeConfigItem& rConfig = m_pWizard->GetConfigItem(); in IMPL_LINK() local 212 pDlg->SetSettings(rConfig.IsIncludeCountry(), rConfig.GetExcludeCountry()); in IMPL_LINK() 218 rConfig.SetAddressBlocks(aBlocks); in IMPL_LINK() 312 SwMailMergeConfigItem& rConfig = m_pWizard->GetConfigItem(); in IMPL_LINK() local 316 rConfig.GetResultSet(); in IMPL_LINK() 321 sal_Int32 nPos = rConfig.GetResultSetPosition(); in IMPL_LINK() 322 rConfig.MoveResultSet( bNext ? ++nPos : --nPos); in IMPL_LINK() 325 sal_Int32 nPos = rConfig.GetResultSetPosition(); in IMPL_LINK() 353 sal_Bool bHasResultSet = rConfig.GetResultSet().is(); in IMPL_LINK() 391 m_rConfig(rConfig) in SwSelectAddressBlockDialog() [all …]
|
H A D | mmaddressblockpage.hxx | 139 SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig); 286 SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
|
H A D | createaddresslistdialog.hxx | 91 Window* pParent, const String& rURL, SwMailMergeConfigItem& rConfig);
|
H A D | createaddresslistdialog.cxx | 378 Window* pParent, const String& rURL, SwMailMergeConfigItem& rConfig) : in SwCreateAddressListDialog() argument 484 const ResStringArray& rAddressHeader = rConfig.GetDefaultAddressHeaders(); in SwCreateAddressListDialog()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLFootnoteConfigurationImportContext.cxx | 70 XMLFootnoteConfigurationImportContext& rConfig; member in XMLFootnoteConfigHelper 98 , rConfig(rConfigImport) in XMLFootnoteConfigHelper() 107 rConfig.SetBeginNotice(sBuffer.makeStringAndClear()); in EndElement() 111 rConfig.SetEndNotice(sBuffer.makeStringAndClear()); in EndElement() 375 const Reference<XPropertySet> & rConfig) in ProcessSettings() argument 408 rConfig->setPropertyValue(sPropertyPrefix, aAny); in ProcessSettings() 411 rConfig->setPropertyValue(sPropertySuffix, aAny); in ProcessSettings() 422 rConfig->setPropertyValue(sPropertyNumberingType, aAny); in ProcessSettings() 425 rConfig->setPropertyValue(sPropertyStartAt, aAny); in ProcessSettings() 436 rConfig->setPropertyValue(sPropertyEndNotice, aAny); in ProcessSettings() [all …]
|
/trunk/main/sw/source/ui/config/ |
H A D | viewopt.cxx | 543 aDocColor.SetColor(rConfig.GetColorValue(svtools::DOCCOLOR).nColor); in ApplyColorConfigValues() 553 aValue = rConfig.GetColorValue(svtools::OBJECTBOUNDARIES); in ApplyColorConfigValues() 558 aValue = rConfig.GetColorValue(svtools::TABLEBOUNDARIES); in ApplyColorConfigValues() 563 aValue = rConfig.GetColorValue(svtools::WRITERIDXSHADINGS); in ApplyColorConfigValues() 568 aValue = rConfig.GetColorValue(svtools::LINKS); in ApplyColorConfigValues() 573 aValue = rConfig.GetColorValue(svtools::LINKSVISITED); in ApplyColorConfigValues() 582 aSpellColor.SetColor(rConfig.GetColorValue(svtools::SPELL).nColor); in ApplyColorConfigValues() 586 aFontColor.SetColor(rConfig.GetColorValue(svtools::FONTCOLOR).nColor); in ApplyColorConfigValues() 588 aValue = rConfig.GetColorValue(svtools::WRITERFIELDSHADINGS); in ApplyColorConfigValues() 593 aValue = rConfig.GetColorValue(svtools::WRITERSECTIONBOUNDARIES); in ApplyColorConfigValues() [all …]
|
/trunk/main/padmin/source/ |
H A D | newppdlg.cxx | 70 Config& rConfig = getPadminRC(); in PPDImportDialog() local 71 rConfig.SetGroup( PPDIMPORT_GROUP ); in PPDImportDialog() 72 m_aPathBox.SetText( String( rConfig.ReadKey( "LastDir" ), RTL_TEXTENCODING_UTF8 ) ); in PPDImportDialog() 75 ByteString aEntry( rConfig.ReadKey( ByteString::CreateFromInt32( i ) ) ); in PPDImportDialog() 103 Config& rConfig = getPadminRC(); in Import() local 104 rConfig.SetGroup( PPDIMPORT_GROUP ); in Import() 105 rConfig.WriteKey( "LastDir", ByteString( aImportPath, RTL_TEXTENCODING_UTF8 ) ); in Import() 113 int nNextEntry = rConfig.ReadKey( "NextEntry" ).ToInt32(); in Import() 114 …rConfig.WriteKey( ByteString::CreateFromInt32( nNextEntry ), ByteString( aImportPath, RTL_TEXTENCO… in Import() 116 rConfig.WriteKey( "NextEntry", ByteString::CreateFromInt32( nNextEntry ) ); in Import()
|
H A D | cmddlg.cxx | 126 Config& rConfig( getPadminRC() ); in getStoredCommands() local 127 rConfig.SetGroup( pGroup ); in getStoredCommands() 128 int nKeys = rConfig.GetKeyCount(); in getStoredCommands() 132 String aCommand( rConfig.ReadKey( ByteString::CreateFromInt32( nKeys ), RTL_TEXTENCODING_UTF8 ) ); in getStoredCommands() 149 Config& rConfig( getPadminRC() ); in setCommands() local 150 rConfig.DeleteGroup( pGroup ); in setCommands() 151 rConfig.SetGroup( pGroup ); in setCommands() 175 …rConfig.WriteKey( ByteString::CreateFromInt32( nWritten ), ByteString( *it, RTL_TEXTENCODING_UTF8 … in setCommands()
|
/trunk/main/tools/inc/tools/ |
H A D | config.hxx | 93 TOOLS_DLLPRIVATE Config( const Config& rConfig ); 94 TOOLS_DLLPRIVATE Config& operator = ( const Config& rConfig );
|
/trunk/main/cui/source/options/ |
H A D | optcolor.cxx | 1091 void SetConfig(EditableColorConfig& rConfig) {pColorConfig = &rConfig;} in SetConfig() argument 1092 void SetExtendedConfig(EditableExtendedColorConfig& rConfig) {pExtColorConfig = &rConfig;} in SetExtendedConfig() argument
|
/trunk/main/xmloff/inc/ |
H A D | XMLFootnoteConfigurationImportContext.hxx | 108 ::com::sun::star::beans::XPropertySet> & rConfig);
|
/trunk/main/sw/inc/ |
H A D | viewopt.hxx | 594 static void ApplyColorConfigValues(const svtools::ColorConfig& rConfig);
|