Home
last modified time | relevance | path

Searched refs:aAny (Results 351 – 375 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/editeng/source/uno/
H A Dunofield.cxx50 aAny <<= uno::Reference< xint >(this)
537 uno::Any aAny; in queryAggregation() local
547 return aAny; in queryAggregation()
/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/source/ui/unoobj/
H A Dafmtuno.cxx659 uno::Any aAny; in getPropertyValue() local
687 aAny <<= bValue; in getPropertyValue()
690 return aAny; in getPropertyValue()
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx1434 Any aAny; in getAny() local
1437 aAny = uno::makeAny( getObjectCID() ); in getAny()
1441 aAny = uno::makeAny( getAdditionalShape() ); in getAny()
1443 return aAny; in getAny()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1003 Any aAny = xTransf->getTransferData( m_ClipboardDataFlavors[0] ); in Paste() local
1005 aAny >>= aTmp; in Paste()
1149 Any aAny = xCont->getByName( aName ); in Delete() local
1150 LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject( this, aAny, aName ); in Delete()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx429 Any aAny = xPropSet->getPropertyValue( OUString::createFromAscii( "Title" ) ); in implGetDocTitle() local
432 if ( ( aAny >>= sTitle ) && sTitle.getLength() > 0 ) in implGetDocTitle()
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx444 Any aAny = ::cppu::getCaughtException(); in open() local
446 if ( !(aAny >>= a) || (a.ErrorCode != dbtools::ParameterInteractionCancelled) ) in open()
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx148 callError::callError(const Any & aAny) in callError() argument
149 : any(aAny) in callError()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx748 Any aAny; in WriteToolBoxDocument() local
753 aAny = m_rItemAccess->getByIndex( nItemPos ); in WriteToolBoxDocument()
754 if ( aAny >>= aProps ) in WriteToolBoxDocument()
H A Dmenudocumenthandler.cxx885 Any aAny; in WriteMenu() local
890 aAny = rMenuContainer->getByIndex( nItemPos ); in WriteMenu()
891 if ( aAny >>= aProps ) in WriteMenu()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp429 /* [out][in] */ VARIANT __RPC_FAR *aAny, in inoutValuesAll() argument
443 inoutAny( aAny); in inoutValuesAll()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx733 Any aAny = getControlProperty( TKGet( TK_ListBox0Pg3 ), TKGet( TK_SelectedItems ) ); in UpdateControlStatesPage4() local
734 if ( aAny >>= aSelectedItems ) in UpdateControlStatesPage4()
739 aAny = getControlProperty( TKGet( TK_ListBox0Pg3 ), TKGet( TK_StringItemList ) ); in UpdateControlStatesPage4()
740 if ( aAny >>= aStringItemList ) in UpdateControlStatesPage4()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx160 uno::Any aAny; in invoke() local
164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
168aAny <<= script::BasicErrorException( ::rtl::OUString(), uno::Reference< uno::XInterface >(), 1000… in invoke()
170 return aAny; in invoke()
/trunk/main/basic/source/runtime/
H A Druntime.cxx1175 Any aAny = pUnoObj->getUnoAny(); in PushForEach() local
1177 if( (aAny >>= xEnumerationAccess) ) in PushForEach()
1185 if ( ( aAny >>= xInvocation ) && xInvocation.is() ) in PushForEach()
H A Dstep0.cxx358 Any aAny = pUnoObj->getUnoAny(); in checkUnoStructCopy() local
359 if( aAny.getValueType().getTypeClass() == TypeClass_STRUCT ) in checkUnoStructCopy()
361 SbUnoObject* pNewUnoObj = new SbUnoObject( pUnoObj->GetName(), aAny ); in checkUnoStructCopy()
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx268 uno::Any aAny = rPropSet->getPropertyValue( aAutoPropName ); in ContextFilter() local
269 aAny >>= bAuto; in ContextFilter()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl212 [in] com::sun::star::uno::XInterface xInterface, [in] any aAny,
228 [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny,
241 [out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
/trunk/main/cli_ure/qa/climaker/
H A Dtypes.idl84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct,
93 [out] type aType, [out] any aAny, [out] Enum2 aEnum, [out] Struct1 aStruct,
104 [inout] type aType, [inout] any aAny, [inout] Enum2 aEnum,
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx442 uno::Any aAny = xCellProps->getPropertyValue(strPropColor); in GetFgBgColor() local
443 aAny >>= nColor; in GetFgBgColor()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1335 uno::Any aAny( xNA->getByName( A2OU("VendorImagesNode") ) ); in GetVendorImageUrl_Impl() local
1337 if (aAny >>= aVendorImagesNode) in GetVendorImageUrl_Impl()
1342 aAny = xNA->getByName( rImageName ); in GetVendorImageUrl_Impl()
1344 if (aAny >>= aTmp) in GetVendorImageUrl_Impl()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx421 Any aAny = mxFilterCFG->getByName( _pFilter->GetName() ); in CheckFilterOptionsCapability() local
422 if ( aAny >>= aProps ) in CheckFilterOptionsCapability()
728 Any aAny; in IMPL_LINK() local
780 aAny <<= aBuffer; in IMPL_LINK()
789 xFilePicker->setImage( FilePreviewImageFormats::BITMAP, aAny ); in IMPL_LINK()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx393 void XMLTableStyleContext::GetConditionalFormat(uno::Any& aAny, in GetConditionalFormat() argument
399 uno::Reference<sheet::XSheetConditionalEntries> xConditionalEntries(aAny, uno::UNO_QUERY); in GetConditionalFormat()
435 aAny <<= xConditionalEntries; in GetConditionalFormat()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx472 Any aAny; in SolveSolver() local
765 aAny <<= aXShape; in SolveSolver()
766 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
768 aAny <<= nId; in SolveSolver()
769 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
774 aAny <<= aXShape; in SolveSolver()
775 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
777 aAny <<= nId; in SolveSolver()
2845 const com::sun::star::uno::Any* pAny, aAny; in CheckAndCorrectExcelTextRotation() local
5727 aAny >>= mbTracing; in SV_IMPL_OP_PTRARR_SORT()
[all …]
/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/extensions/test/ole/cpnt/
H A Dcpnt.cxx1578 Any aAny; in testInterface() local
1589 xCallback->outValuesAll( xSimple, aSimpleStruct, aSimpleEnum, seqAny, aAny, aBool, in testInterface()
1801 Any aAny; in testInterface() local
1803 aAny <<= s; in testInterface()
1815 aAny, aBool, aChar, aString, aFloat, aDouble, in testInterface()

Completed in 211 milliseconds

1...<<11121314151617181920