Home
last modified time | relevance | path

Searched refs:aSettings (Results 26 – 50 of 73) sorted by relevance

123

/aoo41x/main/svtools/source/contnr/
H A Dtemplwin.cxx1552 Sequence< NamedValue > aSettings = aViewSettings.GetUserData( ); in ReadViewSettings() local
1598 Sequence< NamedValue > aSettings(4); in WriteViewSettings() local
1601 aSettings[0].Name = VIEWSETTING_SELECTEDGROUP; in WriteViewSettings()
1603 aSettings[0].Value <<= (sal_Int32)pIconWin->GetCursorPos( ); in WriteViewSettings()
1606 aSettings[1].Name = VIEWSETTING_SELECTEDVIEW; in WriteViewSettings()
1607aSettings[1].Value <<= sal_Int32( aFrameWinTB.IsItemChecked( TI_DOCTEMPLATE_DOCINFO ) ? TI_DOCTEMP… in WriteViewSettings()
1610 aSettings[2].Name = VIEWSETTING_SPLITRATIO; in WriteViewSettings()
1613 aSettings[2].Value <<= double( 1.0 * nSplitFileSize / nSplitFileAndFrameSize ); in WriteViewSettings()
1616 aSettings[3].Name = VIEWSETTING_LASTFOLDER; in WriteViewSettings()
1617 aSettings[3].Value <<= ::rtl::OUString( pFileWin->GetFolderURL() ); in WriteViewSettings()
[all …]
/aoo41x/main/vcl/source/control/
H A Dctrl.cxx449 AllSettings aSettings = GetSettings(); in DataChanged() local
450 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in DataChanged()
459 aSettings.SetStyleSettings( aStyleSettings ); in DataChanged()
460 SetSettings( aSettings ); in DataChanged()
H A Dspinbtn.cxx172 AllSettings aSettings = pDev->GetSettings(); in Draw() local
173 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw()
179 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
180 pDev->SetSettings( aSettings ); in Draw()
H A Dbutton.cxx878 AllSettings aSettings = pDev->GetSettings(); in ImplDrawPushButtonFrame() local
879 AllSettings aOldSettings = aSettings; in ImplDrawPushButtonFrame()
880 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in ImplDrawPushButtonFrame()
882 aSettings.SetStyleSettings( aStyleSettings ); in ImplDrawPushButtonFrame()
883 pDev->OutputDevice::SetSettings( aSettings ); in ImplDrawPushButtonFrame()
1561 AllSettings aSettings = pDev->GetSettings(); in Draw() local
1562 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw()
1567 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
1568 pDev->SetSettings( aSettings ); in Draw()
H A Dscrbar.cxx515 AllSettings aSettings = pDev->GetSettings(); in Draw() local
516 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw()
522 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
523 pDev->SetSettings( aSettings ); in Draw()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx879 Sequence< PropertyValue > aSettings = m_pImpl->m_xSettings->getPropertyValues(); in convertFastPropertyValue() local
880 bModified = aSettings.getLength() != aValues.getLength(); in convertFastPropertyValue()
883 const PropertyValue* pInfoIter = aSettings.getConstArray(); in convertFastPropertyValue()
896 rOldValue <<= aSettings; in convertFastPropertyValue()
1061 Sequence< Property > aSettings( xPST->getProperties() ); in getFastPropertyValue() local
1063 for ( const Property* pSettings = aSettings.getConstArray(); in getFastPropertyValue()
1064 pSettings != aSettings.getConstArray() + aSettings.getLength(); in getFastPropertyValue()
/aoo41x/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx295 AllSettings aSettings = pNavBar->GetSettings(); in DBG_NAME() local
296 MouseSettings aMouseSettings = aSettings.GetMouseSettings(); in DBG_NAME()
298 aSettings.SetMouseSettings( aMouseSettings ); in DBG_NAME()
299 pNavBar->SetSettings( aSettings, sal_True ); in DBG_NAME()
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1615 HeaderFooterPageSettingsImpl aSettings; in ImpPrepDrawPageHeaderFooterDecls() local
1629aSettings.maStrHeaderDeclName = findOrAppendImpl( maHeaderDeclsVector, aStrText, gpStrHeaderTextPr… in ImpPrepDrawPageHeaderFooterDecls()
1663 return aSettings; in ImpPrepDrawPageHeaderFooterDecls()
1732 … SdXMLExport::ImplExportHeaderFooterDeclAttributes( const HeaderFooterPageSettingsImpl& aSettings ) in ImplExportHeaderFooterDeclAttributes() argument
1734 if( aSettings.maStrHeaderDeclName.getLength() ) in ImplExportHeaderFooterDeclAttributes()
1735 AddAttribute( XML_NAMESPACE_PRESENTATION, XML_USE_HEADER_NAME, aSettings.maStrHeaderDeclName ); in ImplExportHeaderFooterDeclAttributes()
1737 if( aSettings.maStrFooterDeclName.getLength() ) in ImplExportHeaderFooterDeclAttributes()
1738 AddAttribute( XML_NAMESPACE_PRESENTATION, XML_USE_FOOTER_NAME, aSettings.maStrFooterDeclName ); in ImplExportHeaderFooterDeclAttributes()
1740 if( aSettings.maStrDateTimeDeclName.getLength() ) in ImplExportHeaderFooterDeclAttributes()
1741 …AddAttribute( XML_NAMESPACE_PRESENTATION, XML_USE_DATE_TIME_NAME, aSettings.maStrDateTimeDeclName … in ImplExportHeaderFooterDeclAttributes()
[all …]
/aoo41x/main/svtools/source/config/
H A Dcolorcfg.cxx395 AllSettings aSettings = pApp->GetSettings(); in ImplUpdateApplicationSettings() local
396 StyleSettings aStyleSettings( aSettings.GetStyleSettings() ); in ImplUpdateApplicationSettings()
408 aSettings.SetStyleSettings( aStyleSettings ); in ImplUpdateApplicationSettings()
409 pApp->SetSettings( aSettings ); in ImplUpdateApplicationSettings()
/aoo41x/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx233 ::comphelper::NamedValueCollection aSettings( info ); in loadDriver()
235 sDriverClass = aSettings.getOrDefault( "JavaDriverClass", sDriverClass ); in loadDriver()
261 ::comphelper::NamedValueCollection aSettings( info ); in connect()
262 … ::rtl::OUString sIanaName = aSettings.getOrDefault( "CharSet", ::rtl::OUString() ); in connect()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2101 LineNumberSettings aSettings = m_pImpl->GetLineNumberSettings(); in lcl_attribute() local
2106 aSettings.nInterval = nIntValue; in lcl_attribute()
2110aSettings.nStartValue = nIntValue; // todo: has to be set at (each) first paragraph in lcl_attribute()
2114 aSettings.nDistance = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
2119 aSettings.bRestartAtEachPage = nIntValue < 1; in lcl_attribute()
2123 m_pImpl->SetLineNumberSettings( aSettings ); in lcl_attribute()
3885 LineNumberSettings aSettings = m_pImpl->GetLineNumberSettings(); in sprmWithProps() local
3886 aSettings.bIsOn = true; in sprmWithProps()
3887 m_pImpl->SetLineNumberSettings( aSettings ); in sprmWithProps()
3895 if( aSettings.nInterval ) in sprmWithProps()
[all …]
/aoo41x/main/padmin/source/
H A Dhelper.cxx87 AllSettings aSettings = Application::GetSettings(); in PaResId() local
89 aSettings.SetUILocale( aLocale ); in PaResId()
90 Application::SetSettings( aSettings ); in PaResId()
/aoo41x/main/extensions/source/logging/
H A Dconsolehandler.cxx272 Sequence< NamedValue > aSettings; in initialize() local
273 if ( !( _rArguments[0] >>= aSettings ) ) in initialize()
277 ::comphelper::NamedValueCollection aTypedSettings( aSettings ); in initialize()
H A Dfilehandler.cxx363 Sequence< NamedValue > aSettings; in initialize() local
369 else if ( _rArguments[0] >>= aSettings ) in initialize()
372 ::comphelper::NamedValueCollection aTypedSettings( aSettings ); in initialize()
/aoo41x/main/sd/source/ui/notes/
H A DEditWindow.cxx233 const StyleSettings aSettings (GetSettings().GetStyleSettings()); in DataChanged() local
235 SetBackground( aSettings.GetWindowColor() ); in DataChanged()
239 SetPointFont( aSettings.GetFieldFont() ); in DataChanged()
258 const Font &rFnt = aSettings.GetFieldFont(); in DataChanged()
/aoo41x/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx479 ScChangeViewSettings aSettings; in Apply() local
480 aSettings.SetShowChanges( sal_True ); in Apply()
481 GetDoc().SetChangeViewSettings( aSettings ); in Apply()
/aoo41x/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx326 uno::Any aSettings; member
330 ,aSettings() in SettingsGroup()
336 ,aSettings( _rSettings ) in SettingsGroup()
416 settingsPos->aSettings, NULL); in CreateChildContext()
497 OSL_VERIFY( settings->aSettings >>= aDocSettings ); in EndElement()
H A Dxmlexp.cxx1150 ::std::list< SettingsGroup > aSettings; in ImplExportSettings()
1156 aSettings.push_back( SettingsGroup( XML_VIEW_SETTINGS, aViewSettings ) ); in ImplExportSettings()
1162 aSettings.push_back( SettingsGroup( XML_CONFIGURATION_SETTINGS, aConfigSettings ) ); in ImplExportSettings()
1166 nSettingsCount += GetDocumentSpecificSettings( aSettings ); in ImplExportSettings()
1177 for ( ::std::list< SettingsGroup >::const_iterator settings = aSettings.begin(); in ImplExportSettings()
1178 settings != aSettings.end(); in ImplExportSettings()
1182 if ( !settings->aSettings.getLength() ) in ImplExportSettings()
1187 aSettingsExportHelper.exportAllSettings( settings->aSettings, sQName ); in ImplExportSettings()
/aoo41x/main/xmloff/source/xforms/
H A Dxformsimport.cxx152 ::comphelper::NamedValueCollection aSettings( _rSettings ); in applyXFormsSettings()
153 Reference< XNameAccess > xModelSettings( aSettings.get( "XFormModels" ), UNO_QUERY ); in applyXFormsSettings()
/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx742 const ::rtl::OUString aSettings[] = { in impl_checkForUnsupportedSettings_throw() local
745 for ( size_t i=0; i < sizeof( aSettings ) / sizeof( aSettings[0] ); ++i ) in impl_checkForUnsupportedSettings_throw()
747 if ( lcl_hasNonEmptyStringValue_throw( _rxSourceDescriptor, xPSI, aSettings[i] ) ) in impl_checkForUnsupportedSettings_throw()
749 sUnsupportedSetting = aSettings[i]; in impl_checkForUnsupportedSettings_throw()
/aoo41x/main/scripting/source/pyprov/
H A Dmailmerge.py224aSettings = aConfigProvider.createInstanceWithArguments("com.sun.star.configuration.ConfigurationA…
226 mailerstring = aSettings.getByName("ooName") + " " + \
227 aSettings.getByName("ooSetupVersion") + " via Caolan's mailmerge component"
/aoo41x/main/desktop/source/app/
H A Dappfirststart.cxx72 AllSettings aSettings(Application::GetSettings()); in GetLicensePath() local
73 aLocale = aSettings.GetUILocale(); in GetLicensePath()
/aoo41x/main/connectivity/source/commontools/
H A Ddbmetadata.cxx158 … ::comphelper::NamedValueCollection aSettings( xExtendedMetaData->getConnectionInfo() ); in lcl_getConnectionSetting()
159 _out_setting = aSettings.get( _asciiName ); in lcl_getConnectionSetting()
/aoo41x/main/starmath/source/
H A Dedit.cxx212 const StyleSettings aSettings( GetSettings().GetStyleSettings() ); in DataChanged() local
215 SetBackground( aSettings.GetWindowColor() ); in DataChanged()
219 SetPointFont( aSettings.GetFieldFont() /*aSettings.GetAppFont()*/ ); in DataChanged()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx244 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSettings;
248 ,aSettings() in SettingsGroup()
256 ,aSettings( _rSettings ) in SettingsGroup()

Completed in 1122 milliseconds

123