Home
last modified time | relevance | path

Searched refs:NSView (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm76 std::map< NSView*, NSView* > maViewPairMap;
82 NSView* mpAccessoryView;
94 NSView* i_pAccessoryView,
185 void addViewPair( NSView* i_pLeft, NSView* i_pRight )
191 NSView* getPair( NSView* i_pLeft ) const
193 NSView* pRight = nil;
194 std::map< NSView*, NSView* >::const_iterator it = maViewPairMap.find( i_pLeft );
284 NSView* pOther = getPair( pCtrl );
683 NSView* pNSView = [pItem view];
1093 NSView* pCurParent = 0;
[all …]
H A Dsalprn.cxx561NSView* pPrintView = [[AquaPrintView alloc] initWithController: &i_rController withInfoPrinter: th… in StartJob()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx34 @class NSView;
36 class NSView;
50 NSView* mpNSView; // the cocoa (NSView *) implementing this object
78 NSView* pView; // the cocoa (NSView *) implementing this object
/trunk/main/vcl/inc/aqua/
H A Daqua11yfactory.h34 +(void)insertIntoWrapperRepository: (NSView *) viewElement forAccessibleContext: (::com::sun::star:… argument
40 +(void)registerView: (NSView *) theView; argument
41 +(void)revokeView: (NSView *) theViewt; argument
H A Dsalframe.h58 NSView* mpNSView; // Cocoa view (actually a custom view)
179 NSView* getNSView() const { return mpNSView; } in getNSView()
H A Dsalnsmenu.h30 @interface OOStatusItemView : NSView
H A Daquaprintview.h44 @interface AquaPrintView : NSView
H A Daqua11ywrapper.h56 @interface AquaA11yWrapper : NSView
/trunk/main/vcl/aqua/source/window/
H A Dsalobj.cxx57 maSysData.mpNSView = [[NSView alloc] initWithFrame: aInitFrame]; in AquaSalObject()
71 NSView *pView = maSysData.mpNSView; in ~AquaSalObject()
174 NSView* pNSView = maSysData.mpNSView; in setClippedPosSize()
H A Dsalmenu.cxx355 NSView* pParentNSView = [pParentNSWindow contentView]; in ShowNativePopupMenu()
356 NSView* pPopupNSView = ((AquaSalFrame *) pWin->ImplGetWindow()->ImplGetFrame())->mpNSView; in ShowNativePopupMenu()
803 NSView* pNSView = [GetSalData()->mpStatusItem view]; in statusLayout()
886 NSView* pNSView = [pItem view]; in GetMenuBarButtonRectPixel()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.hxx35 @interface MyMediaView : NSView
59 NSView* i_pParentView
114 NSView* mpView; // parent-view == movie-view
H A Dmacavf_player.cxx405 NSView* pParentView = reinterpret_cast<NSView*>(nNSViewPtr); in createPlayerWindow()
H A Dmacavf_window.cxx38 …t uno::Reference< lang::XMultiServiceFactory >& i_rxMgr, Player& i_rPlayer, NSView* i_pParentView ) in Window()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.hxx38 NSView* mpView; // if NULL - bg surface
49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
H A Dcairo_quartz_cairo.cxx83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfactory.mm169 +(void)insertIntoWrapperRepository: (NSView *) viewElement forAccessibleContext: (Reference < XAcce… argument
183 +(void)registerView: (NSView *) theView { argument
190 +(void)revokeView: (NSView *) theView { argument
H A Daqua11ywrapper.mm65 @implementation AquaA11yWrapper : NSView
909NSView * parent = (NSView *) [ self accessibilityAttributeValue: NSAccessibilityParentAttribute ];
/trunk/main/fpicker/source/aqua/
H A DControlHelper.hxx96 inline NSView* getUserPane() { in getUserPane()
132 NSView* m_pUserPane;
H A DSalAquaPicker.cxx170 NSView *userPane = m_pControlHelper->getUserPane(); in run()
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx65 NSView* DragSource::g_DragSourceView = nil;
195 mView = (NSView*)tmp; in initialize()
H A DDragSource.hxx131 static NSView* g_DragSourceView;
H A DDropTarget.cxx180 NSView* destView = [[sender draggingDestinationWindow] contentView]; in determineDropAction()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx97 aSysParentData.pView = reinterpret_cast<NSView*>(nHandle); in SetSystemParent_Impl()
H A Dvclxtoolkit.cxx1014 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in ImplCreateWindow()
1226 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in createSystemChild()
/trunk/main/offapi/com/sun/star/awt/
H A DXSystemDependentWindowPeer.idl62 MAC: Returns a ptr to the NSView implementing the window.<BR>

Completed in 72 milliseconds

12