Home
last modified time | relevance | path

Searched refs:aAny (Results 326 – 350 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx564 Any aAny; in WriteStatusBarDocument() local
569 aAny = m_aStatusBarItems->getByIndex( nItemPos ); in WriteStatusBarDocument()
570 if ( aAny >>= aProps ) in WriteStatusBarDocument()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1354 uno::Any aAny; in SwXStyle() local
1363 aAny >>= mxStyleFamily; in SwXStyle()
1373 aAny >>= mxStyleFamily; in SwXStyle()
1374 aAny = mxStyleFamily->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Standard" ) ) ); in SwXStyle()
1375 aAny >>= mxStyleData; in SwXStyle()
1381 aAny = xFamilies->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "PageStyles" ) ) ); in SwXStyle()
1383 aAny >>= mxStyleFamily; in SwXStyle()
1384 aAny = mxStyleFamily->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Standard" ) ) ); in SwXStyle()
1385 aAny >>= mxStyleData; in SwXStyle()
1588 uno::Any aAny = mxStyleFamily->getByName ( sParentStyle ); in setParentStyle() local
[all …]
H A Dunodraw.cxx1543 uno::Any aAny; in getPropertyValue() local
1544 aRet = aAny; in getPropertyValue()
1560 uno::Any aAny; in getPropertyValue() local
1561 aRet = aAny; in getPropertyValue()
2473 uno::Any aAny = getPropertyValue( sAnchorType ); in _GetAttrPosition() local
2474 aAny >>= eTextAnchorType; in _GetAttrPosition()
2617 uno::Any aAny = getPropertyValue( sAnchorType ); in _AdjustPositionProperties() local
2618 aAny >>= eTextAnchorType; in _AdjustPositionProperties()
/trunk/main/io/source/connector/
H A Dctr_socket.cxx70 callError::callError(const Any & aAny) in callError() argument
71 : any(aAny) in callError()
/trunk/main/extensions/source/bibliography/
H A Dbibbeam.cxx158 uno::Any aAny = xPropSet->getPropertyValue( C2U("DefaultControl") ); in createGridWin() local
160 aAny >>= aControlName; in createGridWin()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx1138 uno::Any aAny; in setUserFieldValue() local
1139 aAny <<= aValue; in setUserFieldValue()
1142 if (value != aAny) { in setUserFieldValue()
1143 xPropSet->setPropertyValue(name, aAny); in setUserFieldValue()
1149 beans::PropertyAttribute::REMOVEABLE, aAny); in setUserFieldValue()
H A Ddocfile.cxx572 …Any aAny = pImp->aContent.getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI" … in GetBaseURL() local
573 aAny >>= aBaseURL; in GetBaseURL()
2089 ::com::sun::star::uno::Any aAny; in Transfer_Impl()
2090 aAny <<= pSegmentSize->GetValue(); in Transfer_Impl()
2093 xSet->setPropertyValue( String::CreateFromAscii("SegmentSize"), aAny ); in Transfer_Impl()
3507 Any aAny = pImp->aContent.getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in GetHeaderAttributes_Impl() local
3509 aAny >>= aContentType; in GetHeaderAttributes_Impl()
3882 Any aAny = pImp->aContent.getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in GetCharset() local
3884 aAny >>= aField; in GetCharset()
H A Ddocmacromode.cxx373 Any aAny = xContainer->getByName( aStdLibName ); in hasMacroLibrary() local
374 aAny >>= xLib; in hasMacroLibrary()
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx110 Any aAny = xPropSet->getPropertyValue( sIsPhysical ); in exportStyle() local
111 if( !*(sal_Bool *)aAny.getValue() ) in exportStyle()
/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx81 uno::Any aAny = xTransferable->getTransferData( aFlavor ); in getMetaFileHandle_Impl() local
82 aAny >>= pResult; in getMetaFileHandle_Impl()
/trunk/main/xmloff/source/script/
H A DXMLEventExport.cxx150 Any aAny = rAccess->getByName( aNames[i] ); in Export() local
152 aAny >>= aValues; in Export()
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx212 Any aAny; in getPropertyDefault() local
213 return aAny; in getPropertyDefault()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1494 uno::Any aAny = getPropertyValue( rName ); in getStringPropertyValue() local
1495 if ( aAny.getValueType() == getCppuType( (const ::rtl::OUString *)0 ) ) in getStringPropertyValue()
1498 * static_cast< const rtl::OUString * >( aAny.getValue() ) ); in getStringPropertyValue()
1538 uno::Any aAny; in setStringPropertyValue() local
1539 aAny <<= rValue; in setStringPropertyValue()
1540 setPropertyValue( rName, aAny ); in setStringPropertyValue()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx772 uno::Any aAny; in getPropertyValue() local
776 aAny <<= OUString(pGlosGroup->GetFileName()); in getPropertyValue()
779 aAny <<= OUString(pGlosGroup->GetName()); in getPropertyValue()
783 return aAny; in getPropertyValue()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1265 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in createInstance() local
1267 if( (aAny >>= xOldModelFactory) && xOldModelFactory.is() ) in createInstance()
1292 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in getAvailableServiceNames() local
1294 if( (aAny >>= xOldModelFactory) && xOldModelFactory.is() ) in getAvailableServiceNames()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx183 … uno::Any aAny = xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ); in ImportFromComponent() local
184 aAny >>= bEncrypted; in ImportFromComponent()
685 …uno::Any aAny = xInfoSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("ScriptConfigurati… in Import() local
687 if( aAny >>= xCodeNameAccess ) in Import()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java929 Object aAny = xTransfer.getTransferData( aFlavor ); in generateNewImage() local
930 if ( aAny != null && AnyConverter.isArray( aAny ) ) in generateNewImage()
934 m_xBitmap = WindowHelper.getVCLBitmapFromBytes( m_xServiceFactory, aAny ); in generateNewImage()
/trunk/main/svx/source/svdraw/
H A Dsvdotxln.cxx228 …::com::sun::star::uno::Any aAny( aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in ReloadLinkedText()
231 aAny >>= aDateTime; in ReloadLinkedText()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx190 Any aAny( xFilterContainer->getByName( *pFilterName ) ); in onOk() local
191 if( !(aAny >>= aValues) ) in onOk()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx661 uno::Any aAny; in getByIndex() local
667 aAny <<= xLayer; in getByIndex()
669 return aAny; in getByIndex()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx196 uno::Any aAny = xNameAccess->getByName( aElements[nInd] ); in InsertNameAccessToStorage_Impl() local
197 if ( aAny >>= xInputStream ) in InsertNameAccessToStorage_Impl()
199 else if ( aAny >>= xSubNameAccess ) in InsertNameAccessToStorage_Impl()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx73 aAny <<= Reference< xint >(this)
457 uno::Any aAny( aShapes->getByIndex(i) ); in _SelectObjectsInView() local
459 if( aAny >>= xShape ) in _SelectObjectsInView()
/trunk/main/fpicker/source/office/
H A Diodlgimp.cxx72 Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem() local
74 aAny >>= aUserData; in GetViewOptUserItem()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx270 uno::Any aAny(xHierarchicalStorageAccess-> in init() local
273 aAny >>= mxDocumentStream; in init()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx2143 ::com::sun::star::uno::Any aAny = pBind->GetStatus().State; in QueryState()
2144 ::com::sun::star::uno::Type pType = aAny.getValueType(); in QueryState()
2149 aAny >>= bTemp ; in QueryState()
2155 aAny >>= nTemp ; in QueryState()
2161 aAny >>= nTemp ; in QueryState()
2167 aAny >>= sTemp ; in QueryState()

Completed in 755 milliseconds

1...<<11121314151617181920