Lines Matching refs:pMgr
508 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes() local
510 if( pMgr ) in ImplLoadRes()
512 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
515 mnMin = pMgr->ReadLong(); in ImplLoadRes()
518 mnMax = pMgr->ReadLong(); in ImplLoadRes()
521 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
524 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes()
528 mnFieldValue = pMgr->ReadLong(); in ImplLoadRes()
537 SetUseThousandSep( !(sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
1530 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes() local
1531 if( pMgr ) in ImplLoadRes()
1533 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
1536 meUnit = (FieldUnit)pMgr->ReadLong(); in ImplLoadRes()
1539 maCustomUnitText = pMgr->ReadString(); in ImplLoadRes()