Home
last modified time | relevance | path

Searched refs:aAny (Results 451 – 475 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx383 …Any aAny = xDimProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_ORIGINAL ) )… in lcl_IsDuplicated() local
384 Reference< XNamed > xOriginal( aAny, UNO_QUERY ); in lcl_IsDuplicated()
402 … Any aAny = xDimProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIGINAL))); in lcl_GetOriginalName() local
403 aAny >>= xOriginal; in lcl_GetOriginalName()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx708 uno::Any aAny = xPropertySet->getPropertyValue( C2U("3DRelativeHeight") ); in initializeCooSysAndSeriesPlotter() local
709 aAny >>= n3DRelativeHeightOldValue; in initializeCooSysAndSeriesPlotter()
2437 uno::Any aAny = xParent->getByIndex( nN ); in lcl_removeEmptyGroupShapes() local
2439 if( aAny >>= xShapes ) in lcl_removeEmptyGroupShapes()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1095 …uno::Any aAny = xSourceGraphProps->getPropertyValue( rtl::OUString::createFromAscii("GraphicCrop")… in lcl_attribute() local
1096 if ( aAny >>= aGraphicCrop ) in lcl_attribute()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1145 …Any aAny = OWeakAggObject::queryInterface( ::getCppuType((const Reference< XControlContainer>*)0) … in createPeer() local
1147 aAny >>= xC; in createPeer()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx107 sal_Bool lcl_GetBoolFromAny( const uno::Any& aAny ) in lcl_GetBoolFromAny() argument
109 if ( aAny.getValueTypeClass() == uno::TypeClass_BOOLEAN ) in lcl_GetBoolFromAny()
110 return *(sal_Bool*)aAny.getValue(); in lcl_GetBoolFromAny()
H A Ddpoutput.cxx542 uno::Any aAny = xSrcProp->getPropertyValue( in ScDPOutput() local
545 aAny >>= aUStr; in ScDPOutput()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1714 uno::Any aAny (ScAccessibleDocumentImpl::queryInterface(rType)); in queryInterface() local
1715 return aAny.hasValue() ? aAny : ScAccessibleContextBase::queryInterface(rType); in queryInterface()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx982 Any aAny( xNameAccess->getByName( pDic[ i ] ) ); in Init() local
984 if( ( aAny >>= xDic ) && xDic.is() ) in Init()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx387 Any aAny = xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ); in ReadThroughComponent() local
389 if ( aAny.getValueType() == ::getBooleanCppuType() ) in ReadThroughComponent()
390 aAny >>= bEncrypted; in ReadThroughComponent()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1490 uno::Any aAny( pAttribs[0].Value ); in getCharacterAttributes() local
1491 aAny >>= d1; in getCharacterAttributes()
1492 aAny >>= f1; in getCharacterAttributes()
/trunk/main/vcl/source/app/
H A Dsettings.cxx814 …const ::com::sun::star::uno::Any aAny( ::utl::ConfigManager::GetDirectConfigProperty( ::utl::Confi… in GetAutoSymbolsStyle() local
817 aAny >>= nValue; in GetAutoSymbolsStyle()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1944 …Any aAny( ::utl::UCBContentHelper::GetProperty( aURL.GetMainURL( INetURLObject::NO_DECODE ), Strin… in IsSecure() local
1946 if ( ( aAny >>= bIsProtected ) && bIsProtected ) in IsSecure()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1786 Any aAny (xUICommandLabels->getByName(sCommandURL)); in GetUiTextForCommand() local
1787 if (aAny >>= aProperties) in GetUiTextForCommand()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx482 uno::Any aAny( aD.GetAny( rFlavor )); in GetData() local
483 if( aAny.hasValue() ) in GetData()
484 bOK = SetAny( aAny, rFlavor ); in GetData()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx207 uno::Any aAny = static_cast<const SfxUsrAnyItem*>(pItem)->GetValue(); in Execute() local
209 if ( aAny >>= aProperties ) in Execute()
H A Ddocsh.cxx704 uno::Any aAny = xEnum->nextElement(); in Notify() local
706 aAny >>= xFactory; in Notify()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl263 [inout] any aAny,
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx211 … const uno::Reference< uno::XComponentContext >& xContext, const uno::Any aAny, bool bIsRows, bool… in lcl_makeRange() argument
213 uno::Reference< table::XCellRange > xCellRange( aAny, uno::UNO_QUERY_THROW ); in lcl_makeRange()
2757 uno::Any aAny; in getCellRange() local
2759 aAny <<= mxRanges; in getCellRange()
2761 aAny <<= mxRange; in getCellRange()
2762 return aAny; in getCellRange()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1342 uno::Any aAny; in PutValue() local
1343 sal_Bool bRet = QueryValue( aAny, bConvert ? CONVERT_TWIPS : 0 ) && ( aAny >>= aShadow ); in PutValue()
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx1640 Any aAny = rPropSet->getPropertyValue( aPropName); in StartElement() local
1642 aAny >>= aKey; in StartElement()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx492 uno::Any aAny = xShapeColl->getByIndex(i); in select() local
493 aAny >>= xShapeInt; in select()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2621 uno::Any aAny(C2U("")); in lcl_AddToPropertyContainer() local
2626 aAny); in lcl_AddToPropertyContainer()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2827 Any aAny = pXIndex->getByIndex(numberingLevel); in get_OLECHAR4Numbering() local
2829 aAny >>= aProps; in get_OLECHAR4Numbering()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1219 Any aAny; in getProperty1Value() local
1220 return aAny; in getProperty1Value()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2419 Any aAny; in IMPL_LINK() local
2420 m_aPropertiesCtrl.AddLine( ::rtl::OUString(), aAny, true ); in IMPL_LINK()

Completed in 907 milliseconds

1...<<11121314151617181920