Home
last modified time | relevance | path

Searched refs:aViewSettings (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svtools/source/contnr/
H A Dtemplwin.cxx1548 SvtViewOptions aViewSettings( E_DIALOG, VIEWSETTING_NEWFROMTEMPLATE ); in ReadViewSettings() local
1549 if ( aViewSettings.Exists() ) in ReadViewSettings()
1552 Sequence< NamedValue > aSettings = aViewSettings.GetUserData( ); in ReadViewSettings()
1554 aViewSettings.GetUserItem( VIEWSETTING_SELECTEDGROUP ) >>= nSelectedGroup; in ReadViewSettings()
1555 aViewSettings.GetUserItem( VIEWSETTING_SELECTEDVIEW ) >>= nSelectedView; in ReadViewSettings()
1556 aViewSettings.GetUserItem( VIEWSETTING_SPLITRATIO ) >>= nSplitRatio; in ReadViewSettings()
1557 aViewSettings.GetUserItem( VIEWSETTING_LASTFOLDER ) >>= sLastFolder; in ReadViewSettings()
1620 SvtViewOptions aViewSettings( E_DIALOG, VIEWSETTING_NEWFROMTEMPLATE ); in WriteViewSettings() local
1621 aViewSettings.SetUserData( aSettings ); in WriteViewSettings()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2990 uno::Sequence<beans::PropertyValue> aViewSettings; // settings for (first) view in GetVisibleSheet() local
2991 if ( aAny >>= aViewSettings ) in GetVisibleSheet()
2993 sal_Int32 nCount = aViewSettings.getLength(); in GetVisibleSheet()
2996 if ( aViewSettings[i].Name.compareToAscii(SC_ACTIVETABLE) == 0 ) in GetVisibleSheet()
2999 if(aViewSettings[i].Value >>= sValue) in GetVisibleSheet()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1850 ::comphelper::NamedValueCollection aViewSettings; in getViewData()
1851 saveViewSettings( aViewSettings, false ); in getViewData()
1853 return makeAny( aViewSettings.getPropertyValues() ); in getViewData()
/aoo41x/main/xmloff/source/core/
H A Dxmlexp.cxx1154 uno::Sequence< beans::PropertyValue > aViewSettings; in ImplExportSettings() local
1155 GetViewSettingsAndViews( aViewSettings ); in ImplExportSettings()
1156 aSettings.push_back( SettingsGroup( XML_VIEW_SETTINGS, aViewSettings ) ); in ImplExportSettings()
1157 nSettingsCount += aViewSettings.getLength(); in ImplExportSettings()

Completed in 157 milliseconds