Home
last modified time | relevance | path

Searched refs:pSettings (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/view/ !
H A Dviewdata.cxx119 beans::PropertyValue* pSettings = rSettings.getArray(); in WriteUserDataSequence() local
120 if (pSettings) in WriteUserDataSequence()
123 pSettings[SC_CURSOR_X].Value <<= sal_Int32(nCurX); in WriteUserDataSequence()
125 pSettings[SC_CURSOR_Y].Value <<= sal_Int32(nCurY); in WriteUserDataSequence()
156 pSettings[SC_TABLE_ZOOM_VALUE].Value <<= nZoomValue; in WriteUserDataSequence()
2681 beans::PropertyValue* pSettings = rSettings.getArray(); in WriteUserDataSequence() local
2682 if (pSettings) in WriteUserDataSequence()
2727 pSettings[SC_TABLE_VIEWSETTINGS].Value <<= xNameContainer; in WriteUserDataSequence()
2735 pSettings[SC_ACTIVE_TABLE].Value <<= sOUName; in WriteUserDataSequence()
2743 pSettings[SC_ZOOM_VALUE].Value <<= nZoomValue; in WriteUserDataSequence()
[all …]
H A Dgridwin5.cxx105 ScChangeViewSettings* pSettings = pDoc->GetChangeViewSettings(); in ShowNoteMarker() local
106 if ( pTrack && pTrack->GetFirst() && pSettings && pSettings->ShowChanges()) in ShowNoteMarker()
116 ScViewUtil::IsActionShown( *pAction, *pSettings, *pDoc ) ) in ShowNoteMarker()
H A Doutput.cxx2089 ScChangeViewSettings* pSettings = pDoc->GetChangeViewSettings(); in DrawChangeTrack() local
2090 if ( !pTrack || !pTrack->GetFirst() || !pSettings || !pSettings->ShowChanges() ) in DrawChangeTrack()
2121 ScViewUtil::IsActionShown( *pAction, *pSettings, *pDoc ) ) in DrawChangeTrack()
2137 ScViewUtil::IsActionShown( *pAction, *pSettings, *pDoc ) ) in DrawChangeTrack()
/trunk/main/framework/source/uiconfiguration/ !
H A Dglobalsettings.cxx334 GlobalSettings_Access* pSettings( GetGlobalSettings( m_xSrvMgr )); in HasStatesInfo() local
336 if ( pSettings ) in HasStatesInfo()
337 return pSettings->HasStatesInfo( eElementType ); in HasStatesInfo()
344 GlobalSettings_Access* pSettings( GetGlobalSettings( m_xSrvMgr )); in GetStateInfo() local
346 if ( pSettings ) in GetStateInfo()
347 return pSettings->GetStateInfo( eElementType, eStateInfo, aValue ); in GetStateInfo()
/trunk/main/sc/source/ui/miscdlgs/ !
H A Dredcom.cxx68 ScChangeViewSettings* pSettings = pDoc->GetChangeViewSettings(); in FindPrev() local
76 ScViewUtil::IsActionShown(*pAction,*pSettings,*pDoc)) break; in FindPrev()
89 ScChangeViewSettings* pSettings = pDoc->GetChangeViewSettings(); in FindNext() local
97 ScViewUtil::IsActionShown(*pAction,*pSettings,*pDoc)) break; in FindNext()
/trunk/main/sc/source/ui/navipi/ !
H A Dcontent.cxx1695 const ScNavigatorSettings* pSettings = pParentWindow->GetNavigatorSettings(); in ApplySettings() local
1696 if( pSettings ) in ApplySettings()
1698 sal_uInt16 nRootSel = pSettings->GetRootSelected(); in ApplySettings()
1699 sal_uLong nChildSel = pSettings->GetChildSelected(); in ApplySettings()
1706 sal_Bool bExp = pSettings->IsExpanded( nEntry ); in ApplySettings()
1730 ScNavigatorSettings* pSettings = pParentWindow->GetNavigatorSettings(); in StoreSettings() local
1731 if( pSettings ) in StoreSettings()
1736 pSettings->SetExpanded( nEntry, bExp ); in StoreSettings()
1741 pSettings->SetRootSelected( nRoot ); in StoreSettings()
1742 pSettings->SetChildSelected( nChild ); in StoreSettings()
/trunk/main/sc/source/core/data/ !
H A Ddocumen2.cxx1309 ScChangeViewSettings* pSettings = GetChangeViewSettings(); in IsCellInChangeTrack() local
1310 if ( !pTrack || !pTrack->GetFirst() || !pSettings || !pSettings->ShowChanges() ) in IsCellInChangeTrack()
1330 if (ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in IsCellInChangeTrack()
1350 if (ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in IsCellInChangeTrack()
1374 ScChangeViewSettings* pSettings = GetChangeViewSettings(); in GetCellChangeTrackNote() local
1375 if ( pTrack && pTrack->GetFirst() && pSettings && pSettings->ShowChanges()) in GetCellChangeTrackNote()
1385 ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in GetCellChangeTrackNote()
/trunk/main/dbaccess/source/core/dataaccess/ !
H A DModelImpl.cxx534 const AsciiPropertyValue* pSettings = getDefaultDataSourceSettings(); in impl_construct_nothrow() local
535 for ( ; pSettings->AsciiName; ++pSettings ) in impl_construct_nothrow()
537 if ( !pSettings->DefaultValue.hasValue() ) in impl_construct_nothrow()
540 ::rtl::OUString::createFromAscii( pSettings->AsciiName ), in impl_construct_nothrow()
542 pSettings->ValueType, in impl_construct_nothrow()
550 ::rtl::OUString::createFromAscii( pSettings->AsciiName ), in impl_construct_nothrow()
552 pSettings->DefaultValue in impl_construct_nothrow()
H A Ddatasource.cxx1063 for ( const Property* pSettings = aSettings.getConstArray(); in getFastPropertyValue() local
1064 pSettings != aSettings.getConstArray() + aSettings.getLength(); in getFastPropertyValue()
1065 ++pSettings in getFastPropertyValue()
1068 aPropertyAttributes[ pSettings->Name ] = pSettings->Attributes; in getFastPropertyValue()
/trunk/main/dbaccess/source/filter/xml/ !
H A DxmlExport.cxx493 const ::xmloff::token::XMLTokenEnum pSettings[] = { in exportApplicationConnectionSettings() local
503 for (size_t i = 0; i< sizeof(pSettings)/sizeof(pSettings[0]); ++i) in exportApplicationConnectionSettings()
505 TSettingsMap::const_iterator aFind = _aSettings.find(pSettings[i]); in exportApplicationConnectionSettings()
529 const ::xmloff::token::XMLTokenEnum pSettings[] = { in exportDriverSettings() local
536 for (size_t i = 0; i< sizeof(pSettings)/sizeof(pSettings[0]); ++i) in exportDriverSettings()
538 TSettingsMap::const_iterator aFind = _aSettings.find(pSettings[i]); in exportDriverSettings()
/trunk/main/vcl/unx/gtk/gdi/ !
H A Dsalnativewidgets-gtk.cxx3535 GtkSettings *pSettings = gtk_widget_get_settings( gWidgetData[m_nScreen].gEditBoxWidget ); in updateSettings() local
3538 g_object_get( pSettings, "gtk-cursor-blink", &blink, (char *)NULL ); in updateSettings()
3542 g_object_get( pSettings, "gtk-cursor-blink-time", &blink_time, (char *)NULL ); in updateSettings()
3552 pSettings = gtk_widget_get_settings( gWidgetData[m_nScreen].gImageMenuItem ); in updateSettings()
3553 g_object_get( pSettings, "gtk-menu-images", &showmenuicons, (char *)NULL ); in updateSettings()
/trunk/main/sw/source/ui/uno/ !
H A Dunotxvw.cxx137 HelperBaseNoState *pSettings = static_cast < HelperBaseNoState * > ( pxViewSettings->get() ); in Invalidate() local
138 static_cast < SwXViewSettings* > ( pSettings )->Invalidate(); in Invalidate()

Completed in 288 milliseconds