Home
last modified time | relevance | path

Searched refs:xFieldMasterNameAccess (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx969 Reference<container::XNameAccess> xFieldMasterNameAccess( in FindFieldMaster() local
985 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()
H A Dtxtflde.cxx1902 Reference<container::XNameAccess> xFieldMasterNameAccess( in ExportFieldDeclarations() local
1943 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()
H A Dtxtfldi.cxx3232 Reference<container::XNameAccess> xFieldMasterNameAccess( in EndElement() local
3235 if (xFieldMasterNameAccess->hasByName(sMasterName)) in EndElement()
3238 Any aAny = xFieldMasterNameAccess->getByName(sMasterName); in EndElement()

Completed in 63 milliseconds