Home
last modified time | relevance | path

Searched refs:aAny (Results 151 – 175 of 485) sorted by relevance

12345678910>>...20

/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx332 uno::Any aAny; in queryAggregation() local
334 return aAny; in queryAggregation()
734 uno::Any aAny; in GetBitmap() local
737 return aAny; in GetBitmap()
773 aAny <<= xBmp; in GetBitmap()
779 return aAny; in GetBitmap()
1894 uno::Any aAny; in _getPropertyValue() local
1941 return aAny; in _getPropertyValue()
2080 uno::Any aAny; in GetAnyForItem() local
2153 return aAny; in GetAnyForItem()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLIndexTemplateContext.cxx200 Any aAny = rPropertySet->getPropertyValue(sLevelFormat); in EndElement() local
202 aAny >>= xIndexReplace; in EndElement()
205 aAny <<= aValueSequence; in EndElement()
206 xIndexReplace->replaceByIndex(nOutlineLevel, aAny); in EndElement()
226 aAny <<= sDisplayStyleName; in EndElement()
228 OUString::createFromAscii(pStyleProperty), aAny); in EndElement()
H A DXMLIndexSourceBaseContext.cxx230 Any aAny; in EndElement() local
232 aAny.setValue(&bRelativeTabs, ::getBooleanCppuType()); in EndElement()
233 rIndexPropertySet->setPropertyValue(sIsRelativeTabstops, aAny); in EndElement()
235 aAny.setValue(&bChapterIndex, ::getBooleanCppuType()); in EndElement()
236 rIndexPropertySet->setPropertyValue(sCreateFromChapter, aAny); in EndElement()
H A DXMLIndexTOCContext.cxx256 Any aAny; in StartElement() local
257 aAny.setValue( &bProtected, ::getBooleanCppuType() ); in StartElement()
258 xTOCPropertySet->setPropertyValue( sIsProtected, aAny ); in StartElement()
262 aAny <<= sIndexName; in StartElement()
263 xTOCPropertySet->setPropertyValue( sName, aAny ); in StartElement()
/trunk/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx187 Any aAny; in lcl_date() local
201 aAny <<= aDate; in lcl_date()
203 return aAny; in lcl_date()
215 Any aAny; in lcl_time() local
224 aAny <<= aTime; in lcl_time()
226 return aAny; in lcl_time()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx745 uno::Any aAny( xSel->getSelection() ); in implIsSelected() local
748 aAny >>= xShapes; in implIsSelected()
788 uno::Any aAny; in implSelect() local
795 xSel->select( aAny ); in implSelect()
813 aAny <<= xShapes; in implSelect()
814 xSel->select( aAny ); in implSelect()
838 aAny = xSel->getSelection(); in implSelect()
839 aAny >>= xShapes; in implSelect()
859 aAny <<= xShapes; in implSelect()
860 xSel->select( aAny ); in implSelect()
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx117 ::com::sun::star::uno::Any aAny = aStatus.State; in statusChanged()
119 ::com::sun::star::uno::Type pType = aAny.getValueType(); in statusChanged()
123 aAny >>= bTemp ; in statusChanged()
129 aAny >>= nTemp ; in statusChanged()
135 aAny >>= nTemp ; in statusChanged()
141 aAny >>= sTemp ; in statusChanged()
151 pItem->PutValue( aAny ); in statusChanged()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx334 Any aAny; in queryAggregation() local
337 aAny <<= Reference< XServiceInfo >(this); in queryAggregation()
339 aAny <<= Reference< XTypeProvider >(this); in queryAggregation()
341 aAny <<= Reference< XPropertySet >(this); in queryAggregation()
343 aAny <<= Reference< XEventsSupplier >(this); in queryAggregation()
345 aAny <<= Reference< XMultiPropertySet >(this); in queryAggregation()
347 aAny <<= Reference< XUnoTunnel >(this); in queryAggregation()
349 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
351 return aAny; in queryAggregation()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx141 Any aAny; in createInstance() local
142 aAny <<= rtl::OUString(); in createInstance()
147 aAny, in createInstance()
191 Any aAny = xhieraccess->getByHierarchicalName( hierview ); in createInstanceWithArguments() local
193 aAny >>= xInterface; in createInstanceWithArguments()
/trunk/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx143 uno::Any aAny; in StartElement() local
158 …if( SchXMLEnumConverter::getLegendPositionConverter().importXML( aValue, aAny, GetImport().GetMM10… in StartElement()
159 … xLegendProps->setPropertyValue( rtl::OUString::createFromAscii( "Alignment" ), aAny ); in StartElement()
180 …SchXMLEnumConverter::getLegendPositionConverter().importXML( aValue, aAny, GetImport().GetMM100Uni… in StartElement()
181 bHasExpansion = (aAny>>=nLegendExpansion); in StartElement()
/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.cxx253 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render() local
255 aAny >>= utext; in render()
290 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render() local
292 aAny >>= utext; in render()
321 Any aAny = DragSource::g_XTransferable->getTransferData(df); in render() local
323 aAny >>= utext; in render()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py75 aString, xInterface, aAny, aSequence, aStruct ): argument
78 aAny, aSequence )
83 aString, xInterface, aAny, aSequence, aStruct ): argument
86 aAny, aSequence )
89 nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, aAny, \
/trunk/main/editeng/source/items/
H A Dxmlcnitm.cxx132 Any aAny; in PutValue() local
140 aAny = xContainer->getByName( aName ); in PutValue()
141 if( aAny.getValue() == NULL || aAny.getValueType() != ::getCppuType((AttributeData*)0) ) in PutValue()
144 pData = (AttributeData*)aAny.getValue(); in PutValue()
/trunk/main/dtrans/source/win32/dtobj/
H A DDataFmtTransl.cxx148 Any aAny; in getDataFlavorFromFormatEtc() local
149 aAny <<= static_cast< sal_Int32 >( aClipformat ); in getDataFlavorFromFormatEtc()
163 aFlavor = m_XDataFormatTranslator->getDataFlavorFromSystemDataType( aAny ); in getDataFlavorFromFormatEtc()
178 aAny <<= clipFormatName; in getDataFlavorFromFormatEtc()
179 aFlavor = m_XDataFormatTranslator->getDataFlavorFromSystemDataType( aAny ); in getDataFlavorFromFormatEtc()
H A DDOTransferable.cxx136 Any aAny = makeAny( aUnicodeText ); in getTransferData() local
137 return aAny; in getTransferData()
490 Any aAny; in byteStreamToAny() local
495 aAny = makeAny( str ); in byteStreamToAny()
498 aAny = makeAny( aByteStream ); in byteStreamToAny()
500 return aAny; in byteStreamToAny()
/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/sfx2/source/notify/
H A Deventsupplier.cxx236 com::sun::star::uno::Any aAny; in Execute() local
237 SfxMacroLoader::loadMacro( aScript, aAny, aReferer, pDoc ); in Execute()
385 ANY aAny; in ConvertToMacro() local
387 NormalizeMacro( rElement, aAny, pObjShell ); in ConvertToMacro()
389 aAny = rElement; in ConvertToMacro()
391 if ( aAny >>= aProperties ) in ConvertToMacro()
847 css::uno::Any aAny; in implts_checkAndExecuteEventBindings() local
849 aAny = xEvents->getByName(aEvent.EventName); in implts_checkAndExecuteEventBindings()
850 Execute(aAny, aEvent, 0); in implts_checkAndExecuteEventBindings()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2190 Any aAny; in getPropertyValue() local
2207 aAny <<= nValue; in getPropertyValue()
2258 aAny <<= nRet; in getPropertyValue()
2265 aAny <<= xRet; in getPropertyValue()
2314 aAny <<= getRuntimeUID(); in getPropertyValue()
2320 aAny <<= maBuildId; in getPropertyValue()
2339 return aAny; in getPropertyValue()
2463 Any aAny; in getPropertyState() local
2506 Any aAny; in getPropertyDefault() local
2511 return aAny; in getPropertyDefault()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx654 uno::Any aAny; in getPropertyValue() local
692 aAny <<= xAnchor; in getPropertyValue()
714 aAny <<= uno::Reference< container::XIndexContainer >::query( xImageMap ); in getPropertyValue()
742 aAny <<= aUnoPoint.X; in getPropertyValue()
767 aAny <<= aUnoPoint.X; in getPropertyValue()
801 aAny <<= aUnoPoint.Y; in getPropertyValue()
812 aAny <<= aUnoPoint.Y; in getPropertyValue()
824 aAny = pShapePropertySet->getPropertyValue( aPropertyName ); in getPropertyValue()
827 return aAny; in getPropertyValue()
979 uno::Any aAny; in getPropertyDefault() local
[all …]
/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/unotools/source/property/
H A Dpropertysethelper.cxx109 Any aAny; in getPropertyValue() local
110 _getPropertyValues( (const PropertyMapEntry**)aEntries, &aAny ); in getPropertyValue()
112 return aAny; in getPropertyValue()
295 Any aAny; in _getPropertyDefault() local
296 return aAny; in _getPropertyDefault()
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx58 uno::Any aAny; in getTransferData() local
63 aAny <<= (::rtl::OUString)GetString(); in getTransferData()
78 aAny <<= aSeq; in getTransferData()
86 return aAny; in getTransferData()
/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.cxx200 uno::Any aAny; in getByIndex() local
208 aAny <<= xRef; in getByIndex()
212 return aAny; in getByIndex()
412 uno::Any aAny; in getByName() local
418 aAny <<= xRef; in getByName()
425 return aAny; in getByName()
/trunk/main/sw/source/core/access/
H A Daccnotextframe.cxx239 uno::Any aAny; in queryInterface() local
240 aAny <<= xImage; in queryInterface()
241 return aAny; in queryInterface()
246 uno::Any aAny; in queryInterface() local
247 aAny <<= aAccHypertext; in queryInterface()
248 return aAny; in queryInterface()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx55 void XMLTag::addAttr(string sName, uno::Any aAny) in addAttr() argument
66 aAny >>= nInt; in addAttr()
81 aAny >>= nFloat; in addAttr()
96 aAny >>= aStr; in addAttr()
379 void TagLogger::attribute(const string & name, const uno::Any aAny) in attribute() argument
381 currentTag()->addAttr(name, aAny); in attribute()

Completed in 139 milliseconds

12345678910>>...20