Searched defs:SalData (Results 1 – 7 of 7) sorted by relevance
81 struct SalData struct84 SALTIMERPROC mpTimerProc; // timer callback proc85 AquaSalInstance *mpFirstInstance; // pointer of first instance86 std::list<AquaSalFrame*> maFrames; // list of all frames87 …std::hash_set<const AquaSalFrame*,FrameHash> maFrameCheck; // for fast check of frame existen…88 …std::list<AquaSalFrame*> maPresentationFrames; // list of frames in presenta…89 SalObject *mpFirstObject; // pointer of first object window90 SalVirtualDevice *mpFirstVD; // first VirDev91 SalPrinter *mpFirstPrinter; // first printing printer92 SystemFontList *mpFontList;[all …]
97 struct SalData struct99 HAB mhAB; // anchor block handle100 HMQ mhMQ; // handle of os2 message queue101 int mnArgc; // commandline param count102 char** mpArgv; // commandline103 ULONG mnNewTimerMS; // Neue Zeit, mit dem der Timer gestartet werden soll104 ULONG mnTimerMS; // Current Time (in MS) of the Timer105 ULONG mnTimerOrgMS; // Current Original Time (in MS)106 ULONG mnNextTimerTime;130 inline void SetSalData( SalData* pData ) { ImplGetSVData()->mpSalData = (void*)pData; } in SetSalData() argument
38 class VCL_PLUGIN_PUBLIC SalData class
41 SalData::SalData() in SalData() function in SalData
288 SalData::SalData() : in SalData() function in SalData
73 class SalData class
385 SalData::SalData() in SalData() function in SalData
Completed in 52 milliseconds