Lines Matching refs:AquaSalFrame

59 AquaSalFrame* AquaSalFrame::s_pCaptureFrame = NULL;
63 AquaSalFrame::AquaSalFrame( SalFrame* pParent, sal_uLong salFrameStyle ) : in AquaSalFrame() function in AquaSalFrame
93 mpParent = dynamic_cast<AquaSalFrame*>(pParent); in AquaSalFrame()
104 AquaSalFrame::~AquaSalFrame() in ~AquaSalFrame()
141 void AquaSalFrame::initWindowAndView() in initWindowAndView()
224 void AquaSalFrame::CocoaToVCL( NSRect& io_rRect, bool bRelativeToScreen ) in CocoaToVCL()
232 void AquaSalFrame::VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen ) in VCLToCocoa()
240 void AquaSalFrame::CocoaToVCL( NSPoint& io_rPoint, bool bRelativeToScreen ) in CocoaToVCL()
248 void AquaSalFrame::VCLToCocoa( NSPoint& io_rPoint, bool bRelativeToScreen ) in VCLToCocoa()
258 void AquaSalFrame::screenParametersChanged() in screenParametersChanged()
269 SalGraphics* AquaSalFrame::GetGraphics() in GetGraphics()
286 void AquaSalFrame::ReleaseGraphics( SalGraphics *pGraphics ) in ReleaseGraphics()
295 sal_Bool AquaSalFrame::PostEvent( void *pData ) in PostEvent()
302 void AquaSalFrame::SetTitle(const XubString& rTitle) in SetTitle()
340 void AquaSalFrame::SetIcon( sal_uInt16 ) in SetIcon()
346 void AquaSalFrame::SetRepresentedURL( const rtl::OUString& i_rDocURL ) in SetRepresentedURL()
366 void AquaSalFrame::initShow() in initShow()
403 void AquaSalFrame::SendPaintEvent( const Rectangle* pRect ) in SendPaintEvent()
419 void AquaSalFrame::Show(sal_Bool bVisible, sal_Bool bNoActivate) in Show()
482 void AquaSalFrame::Enable( sal_Bool ) in Enable()
488 void AquaSalFrame::SetMinClientSize( long nWidth, long nHeight ) in SetMinClientSize()
513 void AquaSalFrame::SetMaxClientSize( long nWidth, long nHeight ) in SetMaxClientSize()
542 void AquaSalFrame::SetClientSize( long nWidth, long nHeight ) in SetClientSize()
561 void AquaSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize()
577 void AquaSalFrame::SetWindowState( const SalFrameState* pState ) in SetWindowState()
653 sal_Bool AquaSalFrame::GetWindowState( SalFrameState* pState ) in GetWindowState()
693 void AquaSalFrame::SetScreenNumber(unsigned int nScreen) in SetScreenNumber()
730 void AquaSalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) in ShowFullScreen()
843 void AquaSalFrame::StartPresentation( sal_Bool bStart ) in StartPresentation()
869 void AquaSalFrame::SetAlwaysOnTop( sal_Bool ) in SetAlwaysOnTop()
875 void AquaSalFrame::ToTop(sal_uInt16 nFlags) in ToTop()
899 NSCursor* AquaSalFrame::getCurrentCursor() const in getCurrentCursor()
937 void AquaSalFrame::SetPointer( PointerStyle ePointerStyle ) in SetPointer()
954 void AquaSalFrame::SetPointerPos( long nX, long nY ) in SetPointerPos()
966 void AquaSalFrame::Flush( void ) in Flush()
988 void AquaSalFrame::Flush( const Rectangle& rRect ) in Flush()
1011 void AquaSalFrame::Sync() in Sync()
1025 void AquaSalFrame::SetInputContext( SalInputContext* pContext ) in SetInputContext()
1041 void AquaSalFrame::EndExtTextInput( sal_uInt16 ) in EndExtTextInput()
1047 XubString AquaSalFrame::GetKeyName( sal_uInt16 nKeyCode ) in GetKeyName()
1134 XubString AquaSalFrame::GetSymbolKeyName( const XubString&, sal_uInt16 nKeyCode ) in GetSymbolKeyName()
1222 void AquaSalFrame::getResolution( sal_Int32& o_rDPIX, sal_Int32& o_rDPIY ) in getResolution()
1238 void AquaSalFrame::UpdateSettings( AllSettings& rSettings ) in UpdateSettings()
1333 const SystemEnvData* AquaSalFrame::GetSystemData() const in GetSystemData()
1340 void AquaSalFrame::Beep( SoundType eSoundType ) in Beep()
1355 void AquaSalFrame::SetPosSize(long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags) in SetPosSize()
1445 void AquaSalFrame::GetWorkArea( Rectangle& rRect ) in GetWorkArea()
1464 SalPointerState AquaSalFrame::GetPointerState() in GetPointerState()
1549 bool AquaSalFrame::SetPluginParent( SystemParentData* ) in SetPluginParent()
1558 sal_Bool AquaSalFrame::MapUnicodeToKeyCode( sal_Unicode , LanguageType , KeyCode& ) in MapUnicodeToKeyCode()
1564 LanguageType AquaSalFrame::GetInputLanguage() in GetInputLanguage()
1570 void AquaSalFrame::DrawMenuBar() in DrawMenuBar()
1574 void AquaSalFrame::SetMenu( SalMenu* pSalMenu ) in SetMenu()
1586 void AquaSalFrame::SetExtendedFrameStyle( SalExtStyle nStyle ) in SetExtendedFrameStyle()
1600 void AquaSalFrame::SetBackgroundBitmap( SalBitmap* ) in SetBackgroundBitmap()
1605 SalBitmap* AquaSalFrame::SnapShot() in SnapShot()
1610 SalFrame* AquaSalFrame::GetParent() const in GetParent()
1615 void AquaSalFrame::SetParent( SalFrame* pNewParent ) in SetParent()
1620 mpParent = (AquaSalFrame*)pNewParent; in SetParent()
1625 void AquaSalFrame::UpdateFrameGeometry() in UpdateFrameGeometry()
1675 void AquaSalFrame::CaptureMouse( sal_Bool bCapture ) in CaptureMouse()
1702 void AquaSalFrame::ResetClipRegion() in ResetClipRegion()
1725 void AquaSalFrame::BeginSetClipRegion( sal_uLong nRects ) in BeginSetClipRegion()
1751 void AquaSalFrame::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion()
1764 void AquaSalFrame::EndSetClipRegion() in EndSetClipRegion()