Lines Matching refs:aAny

1032 			Any aAny = xRangePropSet->getPropertyValue(sHyperLinkEvents);  in ExportField()  local
1034 aAny >>= xName; in ExportField()
1507 uno::Any aAny = rPropSet->getPropertyValue( sPropertyName ); in ExportFieldHelper() local
1509 aAny >>= sName; in ExportFieldHelper()
1966 Any aAny = xFieldMasterNameAccess->getByName(sFieldMaster); in ExportFieldDeclarations() local
1967 aAny >>= xPropSet; in ExportFieldDeclarations()
2016 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations() local
2017 aAny >>= xPropSet; in ExportFieldDeclarations()
2075 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations() local
2076 aAny >>= xPropSet; in ExportFieldDeclarations()
2117 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations() local
2118 aAny >>= xPropSet; in ExportFieldDeclarations()
2168 Any aAny = xFieldMasterNameAccess->getByName(sName); in ExportFieldDeclarations() local
2169 aAny >>= xPropSet; in ExportFieldDeclarations()
2743 Any aAny = rPropSet->getPropertyValue(sPropertyFields); in ProcessBibliographyData() local
2745 aAny >>= aValues; in ProcessBibliographyData()
2926 Any aAny; in GetDependentFieldPropertySet() local
2928 aAny = xMaster->getPropertyValue(sPropertyDependentTextFields); in GetDependentFieldPropertySet()
2929 aAny >>= aFields; in GetDependentFieldPropertySet()
2999 Any aAny = xPropSet->getPropertyValue(sPropertySubType); in MapPageNumberName() local
3000 ePage = *(PageNumberType*)aAny.getValue(); in MapPageNumberName()
3544 Any aAny = xPropSet->getPropertyValue(sPropName); in GetBoolProperty() local
3545 sal_Bool bBool = *(sal_Bool *)aAny.getValue(); in GetBoolProperty()
3563 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDoubleProperty() local
3565 aAny >>= fDouble; in GetDoubleProperty()
3573 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringProperty() local
3575 aAny >>= sString; in GetStringProperty()
3583 Any aAny = xPropSet->getPropertyValue(sPropName); in GetIntProperty() local
3585 aAny >>= nInt; in GetIntProperty()
3593 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt16Property() local
3595 aAny >>= nInt; in GetInt16Property()
3603 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt8Property() local
3605 aAny >>= nInt; in GetInt8Property()
3613 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateTimeProperty() local
3615 aAny >>= aTime; in GetDateTimeProperty()
3623 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateProperty() local
3625 aAny >>= aDate; in GetDateProperty()
3633 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringSequenceProperty() local
3635 aAny >>= aSequence; in GetStringSequenceProperty()