/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 119 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 D | gridwin5.cxx | 105 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 D | output.cxx | 2089 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()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | globalsettings.cxx | 334 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()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | redcom.cxx | 68 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()
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1695 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 1309 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()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 534 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 D | datasource.cxx | 1063 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()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 493 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()
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3535 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()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 137 HelperBaseNoState *pSettings = static_cast < HelperBaseNoState * > ( pxViewSettings->get() ); in Invalidate() local 138 static_cast < SwXViewSettings* > ( pSettings )->Invalidate(); in Invalidate()
|