Home
last modified time | relevance | path

Searched defs:pCtor (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dstbitem.hxx41 SfxStatusBarControlCtor pCtor; member
H A Dtbxctrl.hxx46 SfxToolBoxControlCtor pCtor; member
H A Dchildwin.hxx87 SfxChildWinCtor pCtor; // Factory method member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dstbitem.hxx41 SfxStatusBarControlCtor const pCtor; member
H A Dtbxctrl.hxx43 SfxToolBoxControlCtor const pCtor; member
H A Dchildwin.hxx93 SfxChildWinContextCtor const pCtor; // Factory method member
106 SfxChildWinCtor const pCtor; // Factory method member
/dports/editors/libreoffice/libreoffice-7.2.6.2/postprocess/qa/
H A Dservices.cxx247 auto pCtor = std::find_if(ctors.begin(), ctors.end(), in test() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/postprocess/qa/
H A Dservices.cxx245 auto pCtor = std::find_if(ctors.begin(), ctors.end(), in test() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dcustomattribute.cs2063 …tic unsafe extern Object _CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, byte** p… in _CreateCaObject()