Home
last modified time | relevance | path

Searched refs:aView (Results 1 – 22 of 22) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DViewContainer.java85 public void addView(Object aView) in addView() argument
89 if(mlViews.contains(aView)==false) in addView()
90 mlViews.add(aView); in addView()
107 public void removeView(Object aView) in removeView() argument
112 if(mlViews.contains(aView)==true) in removeView()
113 mlViews.remove(aView); in removeView()
126 bShutdownView = mlListener.contains(aView); in removeView()
128 mlListener.remove(aView); in removeView()
131 ((IShutdownListener)aView).shutdown(); in removeView()
H A DDesk.java80 DocumentView aView = new DocumentView(); in main() local
81 aView.setVisible(true); in main()
82 aView.createFrame(); in main()
83 aView.load(sFile); in main()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java96 ObjectView aView = null; in RemoveView() local
102 for (int i=0; i<aComponentList.length && aView==null; i++) in RemoveView()
107 aView = (ObjectView)aComponentList[i]; in RemoveView()
110 if (aView != null) in RemoveView()
114 maLayoutedComponent.remove (aView); in RemoveView()
119 return aView; in RemoveView()
122 private void InsertView (ObjectView aView, int y) in InsertView() argument
124 if (aView != null) in InsertView()
H A DObjectViewContainer.java129 ObjectView aView = (ObjectView) in SetObject() local
132 Add (aView); in SetObject()
198 private void Add (ObjectView aView) in Add() argument
200 if (aView != null) in Add()
215 aView.setBorder ( in Add()
217 maViewBorder, aView.GetTitle())); in Add()
219 add (aView, constraints); in Add()
H A DStateSetView.java55 ObjectView aView = null; in Create() local
57 aView = new StateSetView (aContainer); in Create()
59 return aView; in Create()
/aoo41x/main/toolkit/test/accessibility/ov/
H A DObjectViewContainer.java92 ObjectView aView = (ObjectView) in SetObject() local
94 Add (aView); in SetObject()
138 private void Add (ObjectView aView) in Add() argument
140 if (aView != null) in Add()
155 aView.setBorder ( in Add()
157 maViewBorder, aView.GetTitle())); in Add()
159 add (aView, constraints); in Add()
H A DStateSetView.java64 ObjectView aView = null; in Create() local
67 aView = StateSetAllView.Create (aContainer, xContext); in Create()
69 aView = StateSetSetView.Create (aContainer, xContext); in Create()
70 return aView; in Create()
/aoo41x/main/sc/source/ui/app/
H A Ddrwtrans.cxx218 SdrView aView(pModel); in ScDrawTransferObj() local
219 SdrPageView* pPv = aView.ShowSdrPage(aView.GetModel()->GetPage(0)); in ScDrawTransferObj()
220 aView.MarkAllObj(pPv); in ScDrawTransferObj()
221 aSrcSize = aView.GetAllMarkedRect().GetSize(); in ScDrawTransferObj()
438 SdrView aView( pModel ); in GetData() local
439 SdrPageView* pPv = aView.ShowSdrPage(aView.GetModel()->GetPage(0)); in GetData()
441 aView.MarkAllObj( pPv ); in GetData()
443 bOK = SetGDIMetaFile( aView.GetMarkedObjMetaFile(true), rFlavor ); in GetData()
445 bOK = SetBitmapEx( aView.GetMarkedObjBitmapEx(true), rFlavor ); in GetData()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun7.cxx209 SdrView aView(pModel); // #i71529# never create a base class of SdrView directly! in PasteDraw() local
210 SdrPageView* pPv = aView.ShowSdrPage(aView.GetModel()->GetPage(0)); in PasteDraw()
211 aView.MarkAllObj(pPv); in PasteDraw()
212 Size aSize = aView.GetAllMarkedRect().GetSize(); in PasteDraw()
/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx552 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow() local
556 Reference< XComponentLoader > xLoader( aView.first, UNO_QUERY_THROW ); in impl_reloadDocument_nothrow()
557 aDocumentArgs.put( "ViewName", aView.second ); in impl_reloadDocument_nothrow()
608 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow() local
612 Reference< XCloseable > xFrameClose( aView.first, UNO_QUERY_THROW ); in impl_reloadDocument_nothrow()
/aoo41x/main/vcl/source/control/
H A Dspinfld.cxx651 DecorationView aView( this ); in Paint() local
656 Rectangle aInnerRect = aView.DrawButton( maDropDownRect, nStyle ); in Paint()
663aView.DrawSymbol( aInnerRect, eSymbol, GetSettings().GetStyleSettings().GetButtonTextColor(), nSty… in Paint()
1071 DecorationView aView( pDev ); in Draw() local
1073 Rectangle aInnerRect = aView.DrawButton( aDD, nStyle ); in Draw()
1079 aView.DrawSymbol( aInnerRect, eSymbol, aButtonTextColor, nStyle ); in Draw()
/aoo41x/main/svx/source/gallery2/
H A Dgalobj.cxx582 FmFormView aView(const_cast< FmFormModel* >(&rModel), &aVDev); in CreateThumb() local
584 aView.ShowSdrPage(const_cast< FmFormPage* >(pPage)); in CreateThumb()
585 aView.MarkAllObj(); in CreateThumb()
586 aThumbBmp = aView.GetMarkedObjBitmapEx(); in CreateThumb()
H A Dgaltheme.cxx884 FmFormView aView( aModel.GetModel(), &aVDev ); in GetGraphic() local
886 aView.hideMarkHandles(); in GetGraphic()
887 aView.ShowSdrPage(aView.GetModel()->GetPage(0)); in GetGraphic()
888 aView.MarkAll(); in GetGraphic()
889 rGraphic = aView.GetAllMarkedGraphic(); in GetGraphic()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java184 public KeyGeneratorForReset( String sFieldName, DocumentViewHelper aView ) in KeyGeneratorForReset() argument
187 m_aView = aView; in KeyGeneratorForReset()
H A DSalesFilter.java103 DocumentViewHelper aView = m_aDocument.getCurrentView(); in SalesFilter() local
104 XButton xButton = (XButton)aView.getFormControl( m_xApplyFilter, XButton.class ); in SalesFilter()
/aoo41x/main/starmath/source/
H A Dview.cxx545 DecorationView aView(this); in Resize() local
548 aRect = aView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in Resize()
559 DecorationView aView(this); in Paint() local
590 aView.DrawFrame(aRect, FRAME_DRAW_OUT); in Paint()
594 aRect = aView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in Paint()
/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx456 SfxFrameItem aView( SID_DOCFRAME, pViewFrm ); in LoadURL() local
473 &aView, &aTargetFrameName, in LoadURL()
/aoo41x/main/svx/source/dialog/
H A Dhyprlink.cxx973 SfxFrameItem aView( SID_DOCFRAME, pViewFrame ? &pViewFrame->GetFrame() : NULL ); in OpenDoc() local
976 … &aName, &aView, &aNewView, &aSilent, &aReadOnly, &aReferer, &aExternal, 0L ); in OpenDoc()
/aoo41x/main/sfx2/source/dialog/
H A Ddockwin.cxx1824 DecorationView aView( this ); in Paint() local
1825 aView.DrawFrame( aRect, FRAME_DRAW_OUT ); in Paint()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx994 Any aView( xViews->getByName( m_sName ) ); in impl_initialize() local
996 if ( !( aView >>= m_xAlterView ) ) in impl_initialize()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.hxx131 void WriteView(const com::sun::star::uno::Any& aView);
/aoo41x/main/svtools/source/control/
H A Dvalueset.cxx248 DecorationView aView( &maVirDev ); in ImplFormatItem() local
249 aRect = aView.DrawFrame( aRect, mnFrameStyle ); in ImplFormatItem()

Completed in 143 milliseconds