Home
last modified time | relevance | path

Searched refs:aViewOpt (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sw/source/ui/app/
H A Dappopt.cxx90 SwViewOption aViewOpt = *GetUsrPref(!bTextDialog); in CreateItemSet() local
102 aViewOpt = *pAppView->GetWrtShell().GetViewOptions(); in CreateItemSet()
134 pRet->Put( SwDocDisplayItem( aViewOpt, FN_PARAM_DOCDISP) ); in CreateItemSet()
135 pRet->Put( SwElemItem( aViewOpt, FN_PARAM_ELEM) ); in CreateItemSet()
138 pRet->Put( SwShadowCursorItem( aViewOpt, FN_PARAM_SHADOWCURSOR )); in CreateItemSet()
139 pRet->Put( SfxBoolItem(FN_PARAM_CRSR_IN_PROTECTED, aViewOpt.IsCursorInProtectedArea())); in CreateItemSet()
229 aGridItem.SetUseGridSnap( aViewOpt.IsSnap()); in CreateItemSet()
230 aGridItem.SetSynchronize( aViewOpt.IsSynchronize()); in CreateItemSet()
231 aGridItem.SetGridVisible( aViewOpt.IsGridVisible()); in CreateItemSet()
233 const Size& rSnapSize = aViewOpt.GetSnapSize(); in CreateItemSet()
[all …]
/AOO41X/main/sc/source/ui/unoobj/
H A Dconfuno.cxx145 ScViewOptions aViewOpt(pDoc->GetViewOptions()); in setPropertyValue() local
153 aViewOpt.SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
155 aViewOpt.SetOption(VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
157 aViewOpt.SetOption(VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
165 aViewOpt.SetGridColor(aColor, aColorName); in setPropertyValue()
169 aViewOpt.SetOption(VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
173 aViewOpt.SetOption(VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
175 aViewOpt.SetOption(VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
177 aViewOpt.SetOption(VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
293 ScGridOptions aGridOpt(aViewOpt.GetGridOptions()); in setPropertyValue()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxiview.cxx67 ScViewOptions aViewOpt( GetDoc().GetViewOptions() ); in Finalize() local
68 aViewOpt.SetOption( VOPT_HSCROLL, ::get_flag( maData.mnFlags, EXC_WIN1_HOR_SCROLLBAR ) ); in Finalize()
69 aViewOpt.SetOption( VOPT_VSCROLL, ::get_flag( maData.mnFlags, EXC_WIN1_VER_SCROLLBAR ) ); in Finalize()
70 aViewOpt.SetOption( VOPT_TABCONTROLS, ::get_flag( maData.mnFlags, EXC_WIN1_TABBAR ) ); in Finalize()
71 GetDoc().SetViewOptions( aViewOpt ); in Finalize()
285 ScViewOptions aViewOpt( rDoc.GetViewOptions() ); in Finalize() local
286 aViewOpt.SetOption( VOPT_FORMULAS, maData.mbShowFormulas ); in Finalize()
287 aViewOpt.SetOption( VOPT_GRID, maData.mbShowGrid ); in Finalize()
288 aViewOpt.SetOption( VOPT_HEADER, maData.mbShowHeadings ); in Finalize()
289 aViewOpt.SetOption( VOPT_NULLVALS, maData.mbShowZeros ); in Finalize()
[all …]
/AOO41X/main/sfx2/source/dialog/
H A Dsrchdlg.cxx88 SvtViewOptions aViewOpt( E_DIALOG, m_sConfigName ); in LoadConfig() local
89 if ( aViewOpt.Exists() ) in LoadConfig()
91 m_sWinState = ByteString( aViewOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII_US ); in LoadConfig()
92 Any aUserItem = aViewOpt.GetUserItem( USERITEM_NAME ); in LoadConfig()
117 SvtViewOptions aViewOpt( E_DIALOG, m_sConfigName ); in SaveConfig() local
118 aViewOpt.SetWindowState( rtl::OUString::createFromAscii( m_sWinState.GetBuffer() ) ); in SaveConfig()
137 aViewOpt.SetUserItem( USERITEM_NAME, aUserItem ); in SaveConfig()
H A Dfiledlghelper.cxx2179 SvtViewOptions aViewOpt( E_DIALOG, IMPGRF_CONFIGNAME ); in loadConfig() local
2182 if ( aViewOpt.Exists() ) in loadConfig()
2184 Any aUserItem = aViewOpt.GetUserItem( USERITEM_NAME ); in loadConfig()
2225 SvtViewOptions aViewOpt( E_DIALOG, IODLG_CONFIGNAME ); in loadConfig() local
2228 if ( aViewOpt.Exists() ) in loadConfig()
2230 Any aUserItem = aViewOpt.GetUserItem( USERITEM_NAME ); in loadConfig()
/AOO41X/main/sfx2/source/appl/
H A Dnewhelp.cxx1001 SvtViewOptions aViewOpt( E_TABPAGE, CONFIGNAME_SEARCHPAGE ); in SearchTabPage_Impl() local
1002 if ( aViewOpt.Exists() ) in SearchTabPage_Impl()
1005 Any aUserItem = aViewOpt.GetUserItem( USERITEM_NAME ); in SearchTabPage_Impl()
1031 SvtViewOptions aViewOpt( E_TABPAGE, CONFIGNAME_SEARCHPAGE ); in ~SearchTabPage_Impl() local
1051 aViewOpt.SetUserItem( USERITEM_NAME, aUserItem ); in ~SearchTabPage_Impl()
1607 SvtViewOptions aViewOpt( E_TABDIALOG, CONFIGNAME_INDEXWIN ); in SfxHelpIndexWindow_Impl() local
1608 if ( aViewOpt.Exists() ) in SfxHelpIndexWindow_Impl()
1609 nPageId = aViewOpt.GetPageID(); in SfxHelpIndexWindow_Impl()
1634 SvtViewOptions aViewOpt( E_TABDIALOG, CONFIGNAME_INDEXWIN ); in ~SfxHelpIndexWindow_Impl() local
1635 aViewOpt.SetPageID( (sal_Int32)aTabCtrl.GetCurPageId() ); in ~SfxHelpIndexWindow_Impl()
[all …]
/AOO41X/main/sw/source/core/view/
H A Dprintdata.cxx86 SwViewOption aViewOpt( *pViewOpt ); in CreatePostItData() local
87 aViewOpt.SetOnlineSpell( sal_False ); in CreatePostItData()
89 m_pPostItShell = new ViewShell( *m_pPostItDoc, 0, &aViewOpt, pOutDev ); in CreatePostItData()
/AOO41X/main/sc/source/ui/app/
H A Ddrwtrans.cxx776 ScViewOptions aViewOpt( pDestDoc->GetViewOptions() ); in InitDocShell() local
777 aViewOpt.SetOption( VOPT_GRID, sal_False ); in InitDocShell()
778 pDestDoc->SetViewOptions( aViewOpt ); in InitDocShell()
H A Dscmod.cxx1936 ScViewOptions aViewOpt = pViewSh in CreateItemSet() local
1954 pRet->Put( ScTpViewItem( SID_SCVIEWOPTIONS, aViewOpt ) ); in CreateItemSet()
1982 SvxGridItem* pSvxGridItem = aViewOpt.CreateGridItem(); in CreateItemSet()
/AOO41X/main/cui/source/dialogs/
H A Dcuihyperdlg.cxx160 SvtViewOptions aViewOpt( E_TABDIALOG, String::CreateFromInt32( SID_HYPERLINK_DIALOG ) ); in ~SvxHpLinkDlg() local
161 aViewOpt.Delete(); in ~SvxHpLinkDlg()
/AOO41X/main/svx/source/form/
H A Ddatanavi.cxx1589 SvtViewOptions aViewOpt( E_TABDIALOG, CFGNAME_DATANAVIGATOR ); in DataNavigatorWindow() local
1590 if ( aViewOpt.Exists() ) in DataNavigatorWindow()
1592 nPageId = aViewOpt.GetPageID(); in DataNavigatorWindow()
1593 aViewOpt.GetUserItem(CFGNAME_SHOWDETAILS) >>= m_bShowDetails; in DataNavigatorWindow()
1621 SvtViewOptions aViewOpt( E_TABDIALOG, CFGNAME_DATANAVIGATOR ); in ~DataNavigatorWindow() local
1622 aViewOpt.SetPageID( static_cast< sal_Int32 >( m_aTabCtrl.GetCurPageId() ) ); in ~DataNavigatorWindow()
1625 aViewOpt.SetUserItem(CFGNAME_SHOWDETAILS,aAny); in ~DataNavigatorWindow()
/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh3.cxx433 ScViewOptions aViewOpt = pScMod->GetViewOptions(); in InitOptions() local
448 aDocument.SetViewOptions( aViewOpt ); in InitOptions()
/AOO41X/main/sc/source/ui/view/
H A Dformatsh.cxx2670 ScViewOptions aViewOpt = pTabViewShell->GetViewData()->GetOptions(); in GetViewOptions() local
2672 SfxBoolItem aItem( SID_SCGRIDSHOW, aViewOpt.GetOption( VOPT_GRID ) ); in GetViewOptions()