// Singleton, instantiated from Application::Application() in // vcl/source/app/svapp.cxx.
class SalData
{ public:
SALTIMERPROC mpTimerProc; // timer callback proc
AquaSalInstance *mpInstance;
std::list<AquaSalFrame*> maPresentationFrames; // list of frames in presentation mode
SalObject *mpFirstObject; // pointer of first object window
SalVirtualDevice *mpFirstVD; // first VirDev
SalPrinter *mpFirstPrinter; // first printing printer
std::unique_ptr<SystemFontList> mpFontList;
NSStatusItem* mpStatusItem; // one status item that draws all our statuses // at the moment this is only one add menu button
CGColorSpaceRef mxRGBSpace;
CGColorSpaceRef mxGraySpace;
bool mbIsScrollbarDoubleMax; // TODO: support DoubleMin and DoubleBoth too #if !HAVE_FEATURE_MACOSX_SANDBOX
AppleRemoteMainController* mpAppleRemoteMainController; #endif
NSObject* mpDockIconClickHandler;
sal_Int32 mnDPIX; // #i100617# read DPI only once per office life
sal_Int32 mnDPIY; // #i100617# read DPI only once per office life
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.