/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | ViewContainer.java | 85 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 D | Desk.java | 80 DocumentView aView = new DocumentView(); in main() local 81 aView.setVisible(true); in main() 82 aView.createFrame(); in main() 83 aView.load(sFile); in main()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | LayoutManager.java | 96 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 D | ObjectViewContainer.java | 129 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 D | StateSetView.java | 55 ObjectView aView = null; in Create() local 57 aView = new StateSetView (aContainer); in Create() 59 return aView; in Create()
|
/trunk/main/toolkit/test/accessibility/ov/ |
H A D | ObjectViewContainer.java | 92 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 D | StateSetView.java | 64 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()
|
/trunk/main/sc/source/ui/app/ |
H A D | drwtrans.cxx | 218 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()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/ |
H A D | XMLViewFactory.java | 41 final TokenView<TokenType> aView, in AddSemanticInformation() argument 56 final RunRange<TokenType> aRuns = aView.GetRuns( in AddSemanticInformation() 60 aView.GetRuns( in AddSemanticInformation() 129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation() 132 aView.MarkError(aRun); in AddSemanticInformation() 139 aView.ShowRun(aRun); in AddSemanticInformation()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
H A D | XMLTokenViewFactory.java | 43 TokenView<TokenType> aView = null; in Create() local 49 aView = new TokenView<TokenType>(); in Create() 50 aView.addKeyListener(new KeyListener()); in Create() 51 maCurrentView = aView; in Create() 58 return aView; in Create()
|
H A D | DocumentTokenFormatter.java | 36 final TokenView<TokenType> aView) in DocumentTokenFormatter() argument 39 maView = aView.GetDocumentFactory(); in DocumentTokenFormatter()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 209 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()
|
/trunk/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 552 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()
|
/trunk/main/vcl/source/control/ |
H A D | spinfld.cxx | 651 DecorationView aView( this ); in Paint() local 656 Rectangle aInnerRect = aView.DrawButton( maDropDownRect, nStyle ); in Paint() 663 …aView.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()
|
/trunk/main/svx/source/gallery2/ |
H A D | galobj.cxx | 582 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 D | galtheme.cxx | 884 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()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | KeyGenerator.java | 184 public KeyGeneratorForReset( String sFieldName, DocumentViewHelper aView ) in KeyGeneratorForReset() argument 187 m_aView = aView; in KeyGeneratorForReset()
|
H A D | SalesFilter.java | 103 DocumentViewHelper aView = m_aDocument.getCurrentView(); in SalesFilter() local 104 XButton xButton = (XButton)aView.getFormControl( m_xApplyFilter, XButton.class ); in SalesFilter()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 548 DecorationView aView(this); in Resize() local 551 aRect = aView.DrawFrame( aRect, FRAME_DRAW_IN ); in Resize() 562 DecorationView aView(this); in Paint() local 593 aView.DrawFrame(aRect, FRAME_DRAW_OUT); in Paint() 597 aRect = aView.DrawFrame( aRect, FRAME_DRAW_IN ); in Paint()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 456 SfxFrameItem aView( SID_DOCFRAME, pViewFrm ); in LoadURL() local 473 &aView, &aTargetFrameName, in LoadURL()
|
/trunk/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 973 SfxFrameItem aView( SID_DOCFRAME, pViewFrame ? &pViewFrame->GetFrame() : NULL ); in OpenDoc() local 976 … &aName, &aView, &aNewView, &aSilent, &aReadOnly, &aReferer, &aExternal, 0L ); in OpenDoc()
|
/trunk/main/sfx2/source/dialog/ |
H A D | dockwin.cxx | 1824 DecorationView aView( this ); in Paint() local 1825 aView.DrawFrame( aRect, FRAME_DRAW_OUT ); in Paint()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 994 Any aView( xViews->getByName( m_sName ) ); in impl_initialize() local 996 if ( !( aView >>= m_xAlterView ) ) in impl_initialize()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.hxx | 131 void WriteView(const com::sun::star::uno::Any& aView);
|
/trunk/main/svtools/source/control/ |
H A D | valueset.cxx | 248 DecorationView aView( &maVirDev ); in ImplFormatItem() local 249 aRect = aView.DrawFrame( aRect, mnFrameStyle ); in ImplFormatItem()
|