Home
last modified time | relevance | path

Searched refs:aAny (Results 126 – 150 of 485) sorted by path

12345678910>>...20

/trunk/main/oox/source/docprop/
H A Ddocprophandler.hxx65 void AddCustomProperty( const ::com::sun::star::uno::Any& aAny );
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx144 uno::Any aAny; in pushToPropSet() local
149 aAny <<= mbMirroredX; in pushToPropSet()
150 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredX, aAny); in pushToPropSet()
156 aAny <<= mbMirroredY; in pushToPropSet()
157 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredY, aAny); in pushToPropSet()
163 aAny <<= (double)mnTextRotation; in pushToPropSet()
164 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sTextRotateAngle, aAny); in pushToPropSet()
/trunk/main/oox/source/ppt/
H A Danimationspersist.cxx167 Any aAny; in convert() local
171 aAny = mpTarget->convert( pSlide, nSubType ); in convert()
175 aAny = maValue; in convert()
177 return aAny; in convert()
183 Any aAny; in convertList() local
187 aAny = addToSequence( aAny, iter->convert(pSlide) ); in convertList()
189 return aAny; in convertList()
H A Dtimenode.cxx247 Any aAny = AnimationCondition::convertList( pSlide, maStCondList ); in setNode() local
248 if( aAny.hasValue() ) in setNode()
250 xNode->setBegin( aAny ); in setNode()
256 Any aAny = AnimationCondition::convertList( pSlide, maEndCondList ); in setNode() local
257 if( aAny.hasValue() ) in setNode()
259 xNode->setEnd( aAny ); in setNode()
265 Any aAny = AnimationCondition::convertList( pSlide, maNextCondList ); in setNode()
266 if( aAny.hasValue() ) in setNode()
268 xNode->setNext( aAny ); in setNode()
274 if( aAny.hasValue() ) in setNode()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java161 for (final Any aAny : CollectAnys(aComplexType)) in CreateForComplexType()
166 aAny.GetProcessContentsFlag(), in CreateForComplexType()
167 aAny.GetNamespaces())); in CreateForComplexType()
H A DValidatingCreator.java194 public void Visit (final Any aAny) in Visit() argument
196 assert(aAny.GetChildCount() == 0); in Visit()
199 ProcessAttributes(aAny); in Visit()
204 aAny.GetProcessContentsFlag(), in Visit()
205 aAny.GetNamespaces())); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java58 void Visit (final Any aAny); in Visit() argument
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java408 final Any aAny = new Any( in ParseAny() local
414 return aAny; in ParseAny()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx225 aAny >>= xTunnel; in parseManifest()
230 aAny >>= xTunnel; in parseManifest()
475 aAny >>= xTunnel; in parseContentType()
1821 Any aAny; in getPropertyValue() local
1825 return aAny; in getPropertyValue()
1834 return aAny; in getPropertyValue()
1839 return aAny; in getPropertyValue()
1844 return aAny; in getPropertyValue()
1849 return aAny; in getPropertyValue()
1854 return aAny; in getPropertyValue()
[all …]
H A DZipPackageFolderEnumeration.cxx50 uno::Any aAny; in nextElement() local
53 aAny <<= (*aIterator).second->xTunnel; in nextElement()
55 return aAny; in nextElement()
H A DZipPackageStream.cxx872 Any aAny; in getPropertyValue() local
875 aAny <<= sMediaType; in getPropertyValue()
876 return aAny; in getPropertyValue()
880 aAny <<= aEntry.nSize; in getPropertyValue()
881 return aAny; in getPropertyValue()
886 return aAny; in getPropertyValue()
890 aAny <<= bIsEncrypted; in getPropertyValue()
891 return aAny; in getPropertyValue()
896 return aAny; in getPropertyValue()
901 return aAny; in getPropertyValue()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1737 uno::Any aAny; in WriteThroughComponent() local
1738 aAny <<= aMime; in WriteThroughComponent()
1739 xStreamProp->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
1743 aAny <<= sal_False; in WriteThroughComponent()
1744 …StreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Compressed") ), aAny ); in WriteThroughComponent()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx162 uno::Any aAny = xProp->getPropertyValue(PROPERTY_CONTROLBACKGROUND); in lcl_setColorOfObject() local
163 if (aAny.hasValue()) in lcl_setColorOfObject()
165 aAny >>= nBackColor; in lcl_setColorOfObject()
/trunk/main/sc/inc/
H A Dmiscuno.hxx285 static sal_Bool GetBoolFromAny( const com::sun::star::uno::Any& aAny );
286 static sal_Int16 GetInt16FromAny( const com::sun::star::uno::Any& aAny );
287 static sal_Int32 GetInt32FromAny( const com::sun::star::uno::Any& aAny );
288 static sal_Int32 GetEnumFromAny( const com::sun::star::uno::Any& aAny );
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx542 uno::Any aAny = xSrcProp->getPropertyValue( in ScDPOutput() local
545 aAny >>= aUStr; in ScDPOutput()
H A Ddpsave.cxx568 uno::Any aAny; in WriteToSource() local
571 aAny <<= eOrient; in WriteToSource()
575 aAny <<= eFunc; in WriteToSource()
576 xDimProp->setPropertyValue( rtl::OUString::createFromAscii(DP_PROP_FUNCTION), aAny ); in WriteToSource()
580 aAny <<= (sal_Int32)nUsedHierarchy; in WriteToSource()
586 aAny <<= *pReferenceValue; in WriteToSource()
587 xDimProp->setPropertyValue( rtl::OUString::createFromAscii(SC_UNO_REFVALUE), aAny ); in WriteToSource()
649 uno::Any aAny; in WriteToSource() local
659 aAny <<= aSeq; in WriteToSource()
1072 uno::Any aAny; in lcl_ResetOrient() local
[all …]
H A Ddpsdbtab.cxx137 uno::Any aAny; in CreateCache() local
138 aAny <<= rtl::OUString( aDBName ); in CreateCache()
140 rtl::OUString::createFromAscii(SC_DBPROP_DATASOURCENAME), aAny ); in CreateCache()
142 aAny <<= rtl::OUString( aObject ); in CreateCache()
144 rtl::OUString::createFromAscii(SC_DBPROP_COMMAND), aAny ); in CreateCache()
146 aAny <<= nSdbType; in CreateCache()
148 rtl::OUString::createFromAscii(SC_DBPROP_COMMANDTYPE), aAny ); in CreateCache()
H A Ddptabsrc.cxx107 sal_Bool lcl_GetBoolFromAny( const uno::Any& aAny ) in lcl_GetBoolFromAny() argument
109 if ( aAny.getValueTypeClass() == uno::TypeClass_BOOLEAN ) in lcl_GetBoolFromAny()
110 return *(sal_Bool*)aAny.getValue(); in lcl_GetBoolFromAny()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1559 uno::Any aAny; in ExecuteCallWithArgs() local
1564 aAny = xFunction->invoke( aObject, rCallArgs ); in ExecuteCallWithArgs()
1594 SetResult( aAny ); // convert result to Calc types in ExecuteCallWithArgs()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx492 Any aAny; in CreateSdrObject() local
493 aAny <<= nTBXControlType; in CreateSdrObject()
495 xPropSet->setPropertyValue(sPropertyName, aAny); in CreateSdrObject()
509 Any aAny; in CreateSdrObject() local
511 aAny <<= nOCXControlType; in CreateSdrObject()
512 xPropSet->setPropertyValue(sPropertyName, aAny); in CreateSdrObject()
514 aAny<<= mnObjId; in CreateSdrObject()
515 xPropSet->setPropertyValue(sObjIdPropertyName, aAny); in CreateSdrObject()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx216 Any aAny; in GetBoolProperty() local
217 return GetAnyProperty( aAny, rPropName ) && ScUnoHelpFunctions::GetBoolFromAny( aAny ); in GetBoolProperty()
375 Any aAny; in ReadValue() local
376 bool bRet = ReadValue( aAny ); in ReadValue()
377 rbValue = ScUnoHelpFunctions::GetBoolFromAny( aAny ); in ReadValue()
/trunk/main/sc/source/filter/inc/
H A Dfapihelper.hxx185 … { UnoAny aAny; return GetAnyProperty( aAny, rPropName ) && (aAny >>= rValue); } in GetProperty() local
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx253 Any aAny; in StartShape() local
255aAny = xPropSet->getPropertyValue(rtl::OUString::createFromAscii("ControlTypeinMSO")); in StartShape()
260 aAny >>= nMsCtlType; in StartShape()
331 Any aAny; in StartShape() local
333 aAny = xPropSet->getPropertyValue(rtl::OUString::createFromAscii("ObjIDinMSO")); in StartShape()
339 aAny >>= nObjIDinMSO; in StartShape()
/trunk/main/sc/source/filter/xml/
H A DXMLCodeNameProvider.cxx35 sal_Bool XMLCodeNameProvider::_getCodeName( const uno::Any& aAny, String& rCodeName ) in _getCodeName() argument
38 if( !(aAny >>= aProps) ) in _getCodeName()
178 uno::Any aAny; in set() local
183 aAny = xNameAccess->getByName( sDocName ); in set()
184 if( _getCodeName( aAny, sCodeName ) ) in set()
195 aAny = xNameAccess->getByName( sSheetName ); in set()
196 if( _getCodeName( aAny, sCodeName ) ) in set()
H A DXMLCodeNameProvider.hxx39 static sal_Bool _getCodeName( const ::com::sun::star::uno::Any& aAny,

Completed in 326 milliseconds

12345678910>>...20