/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 76 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 D | salprn.cxx | 561 …NSView* pPrintView = [[AquaPrintView alloc] initWithController: &i_rController withInfoPrinter: th… in StartJob()
|
/trunk/main/vcl/inc/vcl/ |
H A D | sysdata.hxx | 34 @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 D | aqua11yfactory.h | 34 +(void)insertIntoWrapperRepository: (NSView *) viewElement forAccessibleContext: (::com::sun::star:… argument 40 +(void)registerView: (NSView *) theView; argument 41 +(void)revokeView: (NSView *) theViewt; argument
|
H A D | salframe.h | 58 NSView* mpNSView; // Cocoa view (actually a custom view) 179 NSView* getNSView() const { return mpNSView; } in getNSView()
|
H A D | salnsmenu.h | 30 @interface OOStatusItemView : NSView
|
H A D | aquaprintview.h | 44 @interface AquaPrintView : NSView
|
H A D | aqua11ywrapper.h | 56 @interface AquaA11yWrapper : NSView
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salobj.cxx | 57 maSysData.mpNSView = [[NSView alloc] initWithFrame: aInitFrame]; in AquaSalObject() 71 NSView *pView = maSysData.mpNSView; in ~AquaSalObject() 174 NSView* pNSView = maSysData.mpNSView; in setClippedPosSize()
|
H A D | salmenu.cxx | 355 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 D | macavf_window.hxx | 35 @interface MyMediaView : NSView 59 NSView* i_pParentView 114 NSView* mpView; // parent-view == movie-view
|
H A D | macavf_player.cxx | 405 NSView* pParentView = reinterpret_cast<NSView*>(nNSViewPtr); in createPlayerWindow()
|
H A D | macavf_window.cxx | 38 …t uno::Reference< lang::XMultiServiceFactory >& i_rxMgr, Player& i_rPlayer, NSView* i_pParentView ) in Window()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_quartz_cairo.hxx | 38 NSView* mpView; // if NULL - bg surface 49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
|
H A D | cairo_quartz_cairo.cxx | 83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface()
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfactory.mm | 169 +(void)insertIntoWrapperRepository: (NSView *) viewElement forAccessibleContext: (Reference < XAcce… argument 183 +(void)registerView: (NSView *) theView { argument 190 +(void)revokeView: (NSView *) theView { argument
|
H A D | aqua11ywrapper.mm | 65 @implementation AquaA11yWrapper : NSView 909 … NSView * parent = (NSView *) [ self accessibilityAttributeValue: NSAccessibilityParentAttribute ];
|
/trunk/main/fpicker/source/aqua/ |
H A D | ControlHelper.hxx | 96 inline NSView* getUserPane() { in getUserPane() 132 NSView* m_pUserPane;
|
H A D | SalAquaPicker.cxx | 170 NSView *userPane = m_pControlHelper->getUserPane(); in run()
|
/trunk/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 65 NSView* DragSource::g_DragSourceView = nil; 195 mView = (NSView*)tmp; in initialize()
|
H A D | DragSource.hxx | 131 static NSView* g_DragSourceView;
|
H A D | DropTarget.cxx | 180 NSView* destView = [[sender draggingDestinationWindow] contentView]; in determineDropAction()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxwindow1.cxx | 97 aSysParentData.pView = reinterpret_cast<NSView*>(nHandle); in SetSystemParent_Impl()
|
H A D | vclxtoolkit.cxx | 1014 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 D | XSystemDependentWindowPeer.idl | 62 MAC: Returns a ptr to the NSView implementing the window.<BR>
|