Home
last modified time | relevance | path

Searched refs:aAny (Results 401 – 425 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx402 …uno::Any aAny = xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted"… in ReadThroughComponent() local
403 aAny >>= bEncrypted; in ReadThroughComponent()
/trunk/main/linguistic/source/
H A Dmisc.cxx532 Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); in IsReadOnly() local
533 aAny >>= bRes; in IsReadOnly()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1999 uno::Any aAny; in getPropertyDefault() local
2026 pPropSet->getPropertyValue(aPropertyName, rSet, aAny); in getPropertyDefault()
2035 ScUnoHelpFunctions::SetBoolInAny( aAny, sal_False ); in getPropertyDefault()
2050 aAny <<= aBorder; in getPropertyDefault()
2078 aAny <<= uno::Reference<beans::XPropertySet>( in getPropertyDefault()
2091 return aAny; in getPropertyDefault()
2383 uno::Any aAny; in getPropertyValue() local
2384 GetOnePropertyValue( pEntry, aAny ); in getPropertyValue()
2385 return aAny; in getPropertyValue()
5218 uno::Any aAny; in getDataArray() local
[all …]
/trunk/main/svx/inc/svx/
H A Dunomaster.hxx40 …ol queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& aAny ) = 0;
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx113 void attribute(const string & name, const uno::Any aAny);
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.h75 /* [out][in] */ VARIANT __RPC_FAR *aAny,
/trunk/main/xmloff/source/text/
H A Dtxtstyle.cxx58 Any aAny; in exportStyleAttributes() local
H A Dtxtexppr.cxx892 Any aAny = rPropSet->getPropertyValue( in ContextFilter() local
894 aAny >>= eAnchor; in ContextFilter()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1689 uno::Any aAny; in globalTransfer_() local
1692 aAny = in globalTransfer_()
1703 if((aAny >>= xci) && xci->hasCommandByName(cmdName)) in globalTransfer_()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx233 uno::Any aAny = xFilterCFG->getByName( rFilterName ); in ShowFilterOptionsDialog() local
235 if ( aAny >>= aProps ) in ShowFilterOptionsDialog()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx1022 Any aAny = xSet->getFastPropertyValue( WID_DATE_MODIFIED ); in UpdateFromTemplate_Impl() local
1024 if ( aAny >>= aTemplDate ) in UpdateFromTemplate_Impl()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx624 Any aAny = rPropertySet->getPropertyValue( in lcl_export() local
626 OUString sValue = (*pCurrent->aConverter)( aAny ); in lcl_export()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx758 Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii("DefaultContext")); in getCurrentCmpCtx() local
760 aAny >>= rCmpCtx; in getCurrentCmpCtx()
/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/offapi/com/sun/star/sync/
H A DXSyncCollector.idl70 [out] any aAny );
/trunk/main/cui/source/inc/
H A Dmacropg.hxx91 ::std::pair< ::rtl::OUString, ::rtl::OUString > GetPairFromAny( ::com::sun::star::uno::Any aAny );
/trunk/main/cui/source/customize/
H A Dselector.cxx623 Any aAny = xModuleConfig->getByName(appModule); in GetImage() local
624 if( sal_True != ( aAny >>= moduleDescr ) ) in GetImage()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx68 ::com::sun::star::uno::Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem()
70 aAny >>= aUserData; in GetViewOptUserItem()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx727 ANY aAny; in getViewData() local
734 aAny <<= sData ; in getViewData()
737 return aAny ; in getViewData()
/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/ui/view/
H A Dviewdata.cxx2709 uno::Any aAny; in WriteUserDataSequence() local
2710 aAny <<= aTableViewSettings; in WriteUserDataSequence()
2713 xNameContainer->insertByName(sTabName, aAny); in WriteUserDataSequence()
2817 uno::Any aAny = xNameContainer->getByName(aNames[nTabPos]); in ReadUserDataSequence() local
2819 if (aAny >>= aTabSettings) in ReadUserDataSequence()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb558 Dim aAny As New Any(GetType(System.Object), xI)
565 aAny)
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx287 Any aAny = xTasks->getByIndex(n); in MiscExec_Impl() local
289 aAny >>= xTask; in MiscExec_Impl()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx534 Any aAny; in getFastPropertyValue() local
535 return aAny; in getFastPropertyValue()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx266 uno::Any aAny; in fill() local
268 aAny = xUserDefined->getPropertyValue(name); in fill()
274 aNew = xConverter->convertToSimpleType( aAny, TypeClass_STRING ); in fill()

Completed in 472 milliseconds

1...<<11121314151617181920