Home
last modified time | relevance | path

Searched refs:aAny (Results 226 – 250 of 485) sorted by relevance

12345678910>>...20

/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx233 uno::Any aAny; in getPropertyDefault() local
242 return aAny; in getPropertyDefault()
256 aAny <<= aDesc; in getPropertyDefault()
258 return aAny; in getPropertyDefault()
/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/ui/app/
H A Dseltrans.cxx71 uno::Any aAny = xPropSet->getPropertyValue( sPropButtonType ); in lcl_IsURLButton() local
73 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in lcl_IsURLButton()
429 uno::Any aAny = aHelper.GetAny( rFlavor ); in GetData() local
430 bOK = SetAny( aAny, rFlavor ); in GetData()
/trunk/main/xmloff/source/draw/
H A DXMLShapePropertySetContext.cxx75 Any aAny; in EndElement() local
76 aAny <<= xNumRule; in EndElement()
78 XMLPropertyState aPropState( mnBulletIndex, aAny ); in EndElement()
/trunk/main/vcl/source/app/
H A Dunohelp2.cxx81 uno::Any aAny; in getTransferData() local
86 aAny <<= (::rtl::OUString)GetString(); in getTransferData()
92 return aAny; in getTransferData()
/trunk/main/sc/workben/
H A Dresult.cxx56 uno::Any aAny; in NewValue() local
62 aAny <<= aUStr; in NewValue()
67 sheet::ResultEvent aEvent( (cppu::OWeakObject*)this, aAny ); in NewValue()
/trunk/main/avmedia/source/framework/
H A Dmediatoolbox.cxx154 uno::Any aAny; in implExecuteMediaControl() local
157 aExecItem.QueryValue( aAny ); in implExecuteMediaControl()
159 aArgs[ 0 ].Value = aAny; in implExecuteMediaControl()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx627 uno::Any aAny; in initialize() local
633 aAny = aArguments[0]; in initialize()
635 if ( (aAny.getValueType() != ::getCppuType((sal_Int16*)0)) && in initialize()
636 (aAny.getValueType() != ::getCppuType((sal_Int8*)0)) ) in initialize()
642 aAny >>= templateId; in initialize()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx524 Any aAny; in WriteUserDataSequence() local
525 GetVisibleLayers().QueryValue( aAny ); in WriteUserDataSequence()
526 aUserData.addValue( sUNO_View_VisibleLayers, aAny ); in WriteUserDataSequence()
528 GetPrintableLayers().QueryValue( aAny ); in WriteUserDataSequence()
529 aUserData.addValue( sUNO_View_PrintableLayers, aAny ); in WriteUserDataSequence()
531 GetLockedLayers().QueryValue( aAny ); in WriteUserDataSequence()
532 aUserData.addValue( sUNO_View_LockedLayers, aAny ); in WriteUserDataSequence()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1252 uno::Any aAny; in HandleGetListValue() local
1277 aAny <<= aItemList; in HandleGetListValue()
1289 aAny <<= sItem; in HandleGetListValue()
1297 aAny <<= static_cast< sal_Int32 >(nActive); in HandleGetListValue()
1304 return aAny; in HandleGetListValue()
1633 uno::Any aAny; in initialize() local
1639 aAny = aArguments[0]; in initialize()
1641 if( ( aAny.getValueType() != ::getCppuType( ( sal_Int16* )0 ) ) && in initialize()
1642 (aAny.getValueType() != ::getCppuType( ( sal_Int8* )0 ) ) ) in initialize()
1648 aAny >>= templateId; in initialize()
/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx415 Any aAny(&sDBURL, ::getCppuType(&sDBURL)); in IMPL_LINK() local
416 xDataProperties->setPropertyValue(C2U("URL"), aAny); in IMPL_LINK()
420 aAny <<= aFilters; in IMPL_LINK()
421 xDataProperties->setPropertyValue(C2U("TableFilter"), aAny); in IMPL_LINK()
433 aAny <<= aInfo; in IMPL_LINK()
434 xDataProperties->setPropertyValue(C2U("Info"), aAny); in IMPL_LINK()
/trunk/main/stoc/test/
H A Dlanguage_binding.idl94 [in] com::sun::star::uno::XInterface xInterface, [in] any aAny,
106 [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny,
119 [out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
159 [out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
/trunk/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx206 Any aAny; in XTYPEPROVIDER_IMPL_2() local
209 aAny <<= excep; in XTYPEPROVIDER_IMPL_2()
210 return aAny; in XTYPEPROVIDER_IMPL_2()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx951 Any aAny( &rFComp, ::getCppuType( (uno::Reference< XFormComponent>*)0 ) ); in InsertControl() local
952 rFormComps->insertByIndex( rFormComps->getCount(), aAny ); in InsertControl()
1462 Any aAny( &xForm, ::getCppuType((uno::Reference< XForm>*)0) ); in NewForm() local
1463 rForms->insertByIndex( rForms->getCount(), aAny ); in NewForm()
2537 Any aAny( &aList, ::getCppuType((uno::Sequence<OUString>*)0) ); in EndSelect() local
2540 OUString::createFromAscii( "StringItemList" ), aAny ); in EndSelect()
2542 aAny <<= ListSourceType_VALUELIST; in EndSelect()
2544 OUString::createFromAscii( "ListSourceType" ), aAny ); in EndSelect()
2549 aAny ); in EndSelect()
2565 aAny.setValue( &aSelList, in EndSelect()
[all …]
/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.hxx111 …dStandardFormatIdForCharset( const rtl::OUString& aCharset, com::sun::star::uno::Any& aAny ) const;
112 …orNativeFormatName( const rtl::OUString& aNativeFormatName, com::sun::star::uno::Any& aAny ) const;
115 const rtl::OUString& aFullMediaType, com::sun::star::uno::Any& aAny ) const;
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx203 Any aAny = rInfoSet->getPropertyValue(sAutoTextMode); in exportDoc() local
204 if( aAny.getValueType() == ::getBooleanCppuType() && in exportDoc()
205 *static_cast<const sal_Bool*>(aAny.getValue()) ) in exportDoc()
666 Any aAny = xPropSet->getPropertyValue( sTwoDigitYear ); in _ExportContent() local
667 aAny <<= (sal_Int16)1930; in _ExportContent()
670 aAny >>= nYear; in _ExportContent()
/trunk/main/cui/source/options/
H A Doptpath.cxx759 Any aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList() local
761 if ( aAny >>= aPathSeq ) in GetPathList()
776 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
777 if ( aAny >>= aPathSeq ) in GetPathList()
792 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
794 if ( aAny >>= sWritablePath ) in GetPathList()
/trunk/main/xmloff/source/script/
H A DXMLEventsImportContext.cxx217 Any aAny; in AddEventValues() local
218 aAny <<= rValues; in AddEventValues()
222 xEvents->replaceByName(rEventName, aAny); in AddEventValues()
/trunk/main/xmloff/source/text/
H A DXMLIndexBibliographyEntryContext.cxx174 Any aAny; in FillPropertyValues() local
175 aAny <<= nBibliographyInfo; in FillPropertyValues()
176 rValues[nIndex].Value = aAny; in FillPropertyValues()
/trunk/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx506 uno::Any aAny; in initialize() local
511 aAny = aArguments[0]; in initialize()
513 if( ( aAny.getValueType() != ::getCppuType( ( sal_Int16* )0 ) ) && in initialize()
514 (aAny.getValueType() != ::getCppuType( ( sal_Int8* )0 ) ) ) in initialize()
519 aAny >>= templateId; in initialize()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
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/sfx2/source/doc/
H A Dobjstor.cxx770 Any aAny; in DoLoad() local
778 aAny = aContent.getPropertyValue( aAuthor ); in DoLoad()
779 if ( ( aAny >>= aValue ) ) in DoLoad()
785 if ( ( aAny >>= aValue ) ) in DoLoad()
792 aAny = aContent.getPropertyValue( aSubject ); in DoLoad()
793 if ( ( aAny >>= aValue ) ) { in DoLoad()
924 if ( aAny >>= aProps ) in HandleFilter()
1765 Any aAny; in SaveTo_Impl() local
1774 aAny <<= xDocProps->getAuthor(); in SaveTo_Impl()
1775 aContent.setPropertyValue( aAuthor, aAny ); in SaveTo_Impl()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DWindowHelper.java131 public static XBitmap getVCLBitmapFromBytes( XMultiServiceFactory xFactory, Object aAny ) in getVCLBitmapFromBytes() argument
133 if ( !AnyConverter.isArray( aAny ) ) in getVCLBitmapFromBytes()
137 aArgs[0] = aAny; in getVCLBitmapFromBytes()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx925 Any aAny = in renamePropertySet() local
930 aAny ); in renamePropertySet()
935 aAny = in renamePropertySet()
940 aAny ); in renamePropertySet()
945 aAny = in renamePropertySet()
950 aAny ); in renamePropertySet()
955 aAny = in renamePropertySet()
960 aAny ); in renamePropertySet()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx176 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("OpenMode") ); in CommitImageSubStorage() local
177 if ( aAny >>= nMode ) in CommitImageSubStorage()
368 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("OpenMode") ); in Get_Impl() local
369 if ( aAny >>= nMode ) in Get_Impl()
1228 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("MediaType") ); in GetGraphicStream() local
1229 aAny >>= *pMediaType; in GetGraphicStream()
1285 uno::Any aAny; in InsertGraphicStream() local
1286 aAny <<= rMediaType; in InsertGraphicStream()
1287 xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), aAny ); in InsertGraphicStream()

Completed in 177 milliseconds

12345678910>>...20