Searched refs:xFieldMasterNameAccess (Results 1 – 3 of 3) sorted by relevance
969 Reference<container::XNameAccess> xFieldMasterNameAccess( in FindFieldMaster() local985 if (xFieldMasterNameAccess->hasByName(sVarServiceName)) { in FindFieldMaster()988 Any aAny = xFieldMasterNameAccess->getByName(sVarServiceName); in FindFieldMaster()1022 } else if (xFieldMasterNameAccess->hasByName(sUserServiceName)) { in FindFieldMaster()1024 Any aAny = xFieldMasterNameAccess->getByName(sUserServiceName); in FindFieldMaster()
1902 Reference<container::XNameAccess> xFieldMasterNameAccess( in ExportFieldDeclarations() local1943 aFieldMasters = xFieldMasterNameAccess->getElementNames(); in ExportFieldDeclarations()1966 Any aAny = xFieldMasterNameAccess->getByName(sFieldMaster); in ExportFieldDeclarations()2016 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations()2075 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations()2117 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations()2168 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations()
3232 Reference<container::XNameAccess> xFieldMasterNameAccess( in EndElement() local3235 if (xFieldMasterNameAccess->hasByName(sMasterName)) in EndElement()3238 Any aAny = xFieldMasterNameAccess->getByName(sMasterName); in EndElement()
Completed in 119 milliseconds