Searched refs:pMapUnit (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/rsc/source/parser/ |
| H A D | rscibas.cxx | 306 RscEnum * pMapUnit; in InitMapUnit() local 307 pMapUnit = new RscEnum( pHS->getID( "EnumMapUnit" ), RSC_NOTYPE ); in InitMapUnit() 309 SETCONST( pMapUnit, "MAP_PIXEL", MAP_PIXEL ); in InitMapUnit() 310 SETCONST( pMapUnit, "MAP_SYSFONT", MAP_SYSFONT ); in InitMapUnit() 311 SETCONST( pMapUnit, "MAP_100TH_MM", MAP_100TH_MM ); in InitMapUnit() 312 SETCONST( pMapUnit, "MAP_10TH_MM", MAP_10TH_MM ); in InitMapUnit() 313 SETCONST( pMapUnit, "MAP_MM", MAP_MM ); in InitMapUnit() 314 SETCONST( pMapUnit, "MAP_CM", MAP_CM ); in InitMapUnit() 315 SETCONST( pMapUnit, "MAP_1000TH_INCH", MAP_1000TH_INCH ); in InitMapUnit() 316 SETCONST( pMapUnit, "MAP_100TH_INCH", MAP_100TH_INCH ); in InitMapUnit() [all …]
|
| H A D | rscinit.cxx | 93 RscEnum * pMapUnit; in Init() local 380 aBaseLst.Insert( pMapUnit = InitMapUnit(), LIST_APPEND ); in Init() 452 pClassWindow = InitClassWindow( pClassMgr, pMapUnit, in Init() 841 pClassDockingWindow = InitClassDockingWindow( pClassWindow, pMapUnit ); in Init() 859 pClassMoreButton = InitClassMoreButton( pClassPushButton, pMapUnit ); in Init() 864 pMapUnit ); in Init()
|
| H A D | rscicpx.cxx | 231 RscTop * RscTypCont::InitClassWindow( RscTop * pSuper, RscEnum * pMapUnit, in InitClassWindow() argument 295 pClassWindow->SetVariable( nId, pMapUnit, NULL, 0, WINDOW_XYMAPMODE ); in InitClassWindow() 302 pClassWindow->SetVariable( nId, pMapUnit, NULL, 0, WINDOW_WHMAPMODE ); in InitClassWindow() 1870 RscEnum * pMapUnit ) in InitClassDockingWindow() argument 1883 pClassDockWindow->SetVariable( nId, pMapUnit, NULL, 0, in InitClassDockingWindow() 2155 RscTop * RscTypCont::InitClassMoreButton( RscTop * pSuper, RscEnum * pMapUnit ) in InitClassMoreButton() argument 2171 pClassMoreButton->SetVariable( nId, pMapUnit, NULL, 0, in InitClassMoreButton() 2184 RscEnum * pMapUnit ) in InitClassFloatingWindow() argument 2197 pClassFloatingWindow->SetVariable( nId, pMapUnit, NULL, 0, in InitClassFloatingWindow()
|
| /AOO42X/main/rsc/inc/ |
| H A D | rscdb.hxx | 175 RscTop * InitClassWindow( RscTop * pSuper, RscEnum * pMapUnit, 240 RscEnum * pMapUnit ); 247 RscTop * InitClassMoreButton( RscTop * pSuper, RscEnum * pMapUnit ); 249 RscEnum * pMapUnit );
|