Home
last modified time | relevance | path

Searched refs:aAny (Results 376 – 400 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx244 Any aAny; in ImplGetDefaultValue() local
249 aAny <<= ::rtl::OUString::createFromAscii( szServiceName_UnoControlDialog ); in ImplGetDefaultValue()
252 aAny = UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
255 return aAny; in ImplGetDefaultValue()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx1464 ::com::sun::star::uno::Any aAny; in SetKey()
1465 aAny <<= aSequ; in SetKey()
1466 SetProperty( ::rtl::OUString::createFromAscii("EncryptionKey"), aAny ); in SetKey()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx1198 …const Any aAny = mXPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Transformation"… in getUnrotatedGroupBoundRange() local
1200 if(aAny.hasValue()) in getUnrotatedGroupBoundRange()
1204 if(aAny >>= aMatrix) in getUnrotatedGroupBoundRange()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx698 uno::Any aAny = m_apDataBrowserModel->getCellAny( nColIndex, nRow ); in GetCellText() local
701 if( aAny>>=aText ) in GetCellText()
703 else if( aAny>>=fDouble ) in GetCellText()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx210 Any aAny; in Outliner() local
212 aAny = aLinguConfig.GetProperty( in Outliner()
214 aAny >>= bOnlineSpell; in Outliner()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx406 Any aAny; in UpdateAll() local
417 aAny <<= (sal_Int32) -1; // keep the value set to 'need to check' in UpdateAll()
419 aCfg.SetProperty( A2OU( "DataFilesChangedCheckValue" ), aAny ); in UpdateAll()
/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx195 Any aAny = ::utl::ConfigManager:: in ReplaceFormatName() local
198 if ( aAny >>= sTmp ) in ReplaceFormatName()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx285 uno::Any aAny(&aStyles, ::getCppuType((uno::Sequence<OUString>*)0)); in CreateOrUpdateExample() local
286 xAcc->replaceByIndex(i, aAny); in CreateOrUpdateExample()
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx111 uno::Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in createInstanceInitFromEntry() local
112 aAny >>= aMediaType; in createInstanceInitFromEntry()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx68 void OOXMLDocPropHandler::AddCustomProperty( const uno::Any& aAny ) in AddCustomProperty() argument
80 beans::PropertyAttribute::REMOVEABLE, aAny ); in AddCustomProperty()
/trunk/main/linguistic/source/
H A Dlngopt.cxx552 Any aAny( aConfig.GetProperty( aIt->nWID ) ); in getPropertyValues() local
556 rVal.Value = aAny; in getPropertyValues()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx350 …Any aAny = xConfigAccess->getByName( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseSystemPrintDi… in getUseNativeDialog() local
351 if( aAny >>= bValue ) in getUseNativeDialog()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx550 uno::Any aAny = m_pOwner->GetFilterConfiguration()->getByName( aFilterName ); in ExecuteFilterDialog_Impl() local
551 if ( aAny >>= aProps ) in ExecuteFilterDialog_Impl()
1664 uno::Any aAny = xFilterCFG->getByName( aFilterName ); in CheckFilterOptionsAppearence() local
1665 if ( aAny >>= aProps ) in CheckFilterOptionsAppearence()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2242 Any aAny = xPropSet->getPropertyValue( sAnchorType ); in ~XMLParaContext() local
2243 aAny >>= eAnchorType; in ~XMLParaContext()
2274 Any aAny = xPropSet->getPropertyValue( sAnchorType ); in ~XMLParaContext() local
2275 aAny >>= eAnchorType; in ~XMLParaContext()
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx950 uno::Any aAny = CheckboxGetState(hwndChkSaveWithExt); in SetDefaultExtension() local
951 sal_Bool bChecked = *reinterpret_cast<const sal_Bool*>(aAny.getValue()); in SetDefaultExtension()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx730 Any aAny = aTestContent.getPropertyValue( C2U("IsReadOnly") ); in IMPL_LINK() local
731 if(aAny.hasValue()) in IMPL_LINK()
733 bIsWritable = !*(sal_Bool*)aAny.getValue(); in IMPL_LINK()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx201 uno::Any aAny; in PutValue() local
202 sal_Bool bRet = QueryValue( aAny, bConvert ? CONVERT_TWIPS : 0 ) && ( aAny >>= aLSp ); in PutValue()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1398 Any aAny; in FillItemSet() local
1402 aAny <<= bChecked; in FillItemSet()
1407 aAny <<= nVal; in FillItemSet()
1411 xProp->setPropertyValue( aPropName, aAny ); in FillItemSet()
1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet()
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx55 aAny <<= uno::Reference< xint >(this)
/trunk/main/xmloff/source/style/
H A Dxmlstyle.cxx765 Any aAny = xAutoStyleFamilies->getByName( sName ); in GetAutoStyles() local
766 xAutoStyles = *(Reference<XAutoStyleFamily>*)aAny.getValue(); in GetAutoStyles()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java408 final Any aAny = new Any( in ParseAny() local
414 return aAny; in ParseAny()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx680 uno::Any aAny = xOptions->getPropertyValue( in GetNullDate() local
683 if ( aAny >>= aDate ) in GetNullDate()
/trunk/main/sc/source/filter/xml/
H A DXMLCodeNameProvider.hxx39 static sal_Bool _getCodeName( const ::com::sun::star::uno::Any& aAny,
/trunk/main/oox/inc/oox/ppt/
H A Danimationspersist.hxx64 void convert( ::com::sun::star::uno::Any & aAny, sal_Int16 & rSubType ) const;
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx374 uno::Any aAny = xPropertySet->getPropertyValue( C2U("3DRelativeHeight") ); in createShapes() local
375 aAny >>= n3DRelativeHeight; in createShapes()

Completed in 229 milliseconds

1...<<11121314151617181920