Home
last modified time | relevance | path

Searched refs:aAny (Results 426 – 450 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx1427 Any aAny; aAny <<= aControlName; in createGridModel() local
1428 xPropSet->setPropertyValue( C2U("DefaultControl"),aAny ); in createGridModel()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.hxx65 void AddCustomProperty( const ::com::sun::star::uno::Any& aAny );
/trunk/main/sfx2/source/view/
H A Dipclient.cxx437 … uno::Any aAny = xFrame->getPropertyValue( ::rtl::OUString::createFromAscii("LayoutManager") ); in getLayoutManager() local
438 aAny >>= xMan; in getLayoutManager()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx267 uno::Any aAny = xPropSet->getPropertyValue(msEmptyPres); in collectShapeAutoStyles() local
268 aAny >>= bIsEmptyPresObj; in collectShapeAutoStyles()
H A Dximpstyl.cxx127 uno::Any aAny( GetImport().GetAbsoluteReference( xAttrList->getValueByIndex(i) ) ); in CreateChildContext() local
128 XMLPropertyState aPropState( rProp.mnIndex, aAny ); in CreateChildContext()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx1196 Any aAny = in GetURL() local
1198 sal_Bool success = (aAny >>= aFileURL); in GetURL()
/trunk/main/unotools/source/config/
H A Duseroptions.cxx211 Any aAny = ConfigManager::GetConfigManager()->GetDirectConfigProperty( ConfigManager::LOCALE ); in SvtUserOptions_Impl() local
213 if ( aAny >>= aLocale ) in SvtUserOptions_Impl()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx828 ::std::pair< ::rtl::OUString, ::rtl::OUString > _SvxMacroTabPage::GetPairFromAny( Any aAny ) in GetPairFromAny() argument
832 if( sal_True == ( aAny >>= props ) ) in GetPairFromAny()
H A Dcfgutil.cxx847 Any aAny = xModuleConfig->getByName(appModule); in GetImage() local
848 if( sal_True != ( aAny >>= moduleDescr ) ) in GetImage()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1017 ::com::sun::star::uno::Any aAny = xViewData->getByIndex(nView); in GetInitialViewShellType()
1019 if ( ! (aAny >>= aProperties)) in GetInitialViewShellType()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.hxx77 …l_Bool queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& aAny );
/trunk/main/svtools/inc/svtools/
H A Dunoevent.hxx177 ::com::sun::star::uno::Any& aAny, // Any to be filled by Macro values
/trunk/main/svtools/source/edit/
H A Dtextview.cxx121 uno::Any aAny; in getTransferData() local
126 aAny <<= (::rtl::OUString)GetText(); in getTransferData()
136 aAny <<= aSeq; in getTransferData()
142 return aAny; in getTransferData()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx922 Any aAny; in getRepeatCount() local
923 return aAny; in getRepeatCount()
937 Any aAny; in getEnd() local
938 return aAny; in getEnd()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx378 Any aAny( __typeof(Object), xI);
384 aAny);
H A Dcli_cs_bridgetest.cs360 Any aAny = new Any( typeof(Object), xI); in performTest()
366 aAny); in performTest()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.hxx102 …void exportAnimateTargetElement( SvStream& rStrm, const ::com::sun::star::uno::Any aAny, const sal…
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.hxx90 sal_Bool AddValidation(const com::sun::star::uno::Any& aAny,
H A Dxmlstyli.hxx125 ::com::sun::star::uno::Any& aAny, const rtl::OUString& sCondition,
/trunk/main/basic/source/uno/
H A Dnamecont.cxx2426 Any aAny = importLibraryElement( xLib, aElementName, in loadLibrary() local
2430 if( aAny.hasValue() ) in loadLibrary()
2431 pImplLib->maNameContainer.replaceByName( aElementName, aAny ); in loadLibrary()
2435 pImplLib->maNameContainer.insertByName( aElementName, aAny ); in loadLibrary()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx1781 ::com::sun::star::uno::Any aAny; in dispatchWithNotification()
1782 ErrCode nErr = loadMacro( aURL.Complete, aAny, findReferer(lArgs), GetObjectShell_Impl() ); in dispatchWithNotification()
1815 ::com::sun::star::uno::Any aAny; in dispatch()
1816 /*ErrCode nErr = */loadMacro( aURL.Complete, aAny, findReferer(lArgs), GetObjectShell_Impl() ); in dispatch()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1637 Any aAny; in GetNumberingRuleByIndex() local
1638 pBrush->QueryValue( aAny, MID_GRAPHIC_URL ); in GetNumberingRuleByIndex()
1639 aAny >>= aUString; in GetNumberingRuleByIndex()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1419 Any aAny; in getPropertyValue() local
1420 aAny <<= bValue; in getPropertyValue()
1421 return aAny; in getPropertyValue()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl86 [in,out] VARIANT* aAny,
/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()

Completed in 203 milliseconds

1...<<11121314151617181920