Searched refs:vcl_sal (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 850 vcl_sal::PrinterUpdate::jobStarted(); in StartJob() 945 vcl_sal::PrinterUpdate::jobEnded(); in EndJob() 954 vcl_sal::PrinterUpdate::jobEnded(); in AbortJob() 999 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; 1000 int vcl_sal::PrinterUpdate::nActiveJobs = 0; 1002 void vcl_sal::PrinterUpdate::doUpdate() in doUpdate() 1016 IMPL_STATIC_LINK_NOINSTANCE( vcl_sal::PrinterUpdate, UpdateTimerHdl, void*, ) 1032 void vcl_sal::PrinterUpdate::update() in update() 1052 … pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update() 1059 void vcl_sal::PrinterUpdate::jobEnded() in jobEnded()
|
H A D | svpprn.hxx | 102 namespace vcl_sal { namespace
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 962 vcl_sal::PrinterUpdate::jobStarted(); in StartJob() 1064 vcl_sal::PrinterUpdate::jobEnded(); in EndJob() 1073 vcl_sal::PrinterUpdate::jobEnded(); in AbortJob() 1385 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; 1386 int vcl_sal::PrinterUpdate::nActiveJobs = 0; 1388 void vcl_sal::PrinterUpdate::doUpdate() in doUpdate() 1403 IMPL_STATIC_LINK_NOINSTANCE( vcl_sal::PrinterUpdate, UpdateTimerHdl, void*, EMPTYARG ) in IMPL_STATIC_LINK_NOINSTANCE() 1419 void vcl_sal::PrinterUpdate::update() in update() 1437 … pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update() 1444 void vcl_sal::PrinterUpdate::jobEnded() in jobEnded()
|
H A D | dtint.cxx | 63 using namespace vcl_sal;
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salframe.h | 48 namespace vcl_sal { class WMAdaptor; class NetWMAdaptor; class GnomeWMAdaptor; } namespace 58 friend class vcl_sal::WMAdaptor; 59 friend class vcl_sal::NetWMAdaptor; 60 friend class vcl_sal::GnomeWMAdaptor;
|
H A D | saldisp.hxx | 56 namespace vcl_sal { class WMAdaptor; } namespace 374 vcl_sal::WMAdaptor* m_pWMAdaptor; 492 ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } in getWMAdaptor() 538 namespace vcl_sal { namespace
|
H A D | salprn.h | 106 namespace vcl_sal { namespace
|
H A D | wmadaptor.hxx | 42 namespace vcl_sal { namespace
|
/aoo42x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 953 … aEvent.xclient.message_type = getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ); in askForXEmbedFocus() 2507 vcl_sal::WMAdaptor* pAdaptor = getDisplay()->getWMAdaptor(); in Dispatch() 2508 Atom nDesktopAtom = pAdaptor->getAtom( vcl_sal::WMAdaptor::NET_WM_DESKTOP ); in Dispatch() 2553 …pEvent->xclient.message_type == getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED … in Dispatch() 2826 vcl_sal::PrinterUpdate::update(); in signalFocus() 2841 vcl_sal::PrinterUpdate::update(); in signalFocus() 2857 Atom nStateAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE); in IMPL_LINK() 2858 …Atom nFSAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE_FULLSCREEN ); in IMPL_LINK()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | keysymnames.cxx | 63 namespace vcl_sal { namespace
|
H A D | saldisp.cxx | 98 using namespace vcl_sal; 857 m_pWMAdaptor = ::vcl_sal::WMAdaptor::createWMAdaptor( this ); in Init() 1040 …aRet = ::vcl_sal::getKeysymReplacementName( const_cast<SalDisplay*>(this)->GetKeyboardName(), nKey… in GetKeyNameFromKeySym()
|
H A D | wmadaptor.cxx | 56 namespace vcl_sal { namespace 105 using namespace vcl_sal;
|
/aoo42x/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 62 using namespace vcl_sal;
|
/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 81 using namespace vcl_sal; 3592 vcl_sal::PrinterUpdate::update(); in HandleFocusEvent()
|
Completed in 161 milliseconds