Home
last modified time | relevance | path

Searched refs:aAny (Results 226 – 250 of 485) sorted by last modified time

12345678910>>...20

/trunk/main/toolkit/source/controls/
H A Ddialogcontrol.cxx127 Any aAny; in ImplGetDefaultValue() local
132 aAny <<= ::rtl::OUString::createFromAscii( szServiceName_UnoControlDialog ); in ImplGetDefaultValue()
135 aAny = UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
138 return aAny; in ImplGetDefaultValue()
373 Any aAny; in windowMoved() local
419 Any aAny; in setTitle() local
420 aAny <<= Title; in setTitle()
421 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TITLE ), aAny, sal_True ); in setTitle()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb558 Dim aAny As New Any(GetType(System.Object), xI)
565 aAny)
H A Dcli_cpp_bridgetest.cxx378 Any aAny( __typeof(Object), xI);
384 aAny);
H A Dcli_cs_bridgetest.cs360 Any aAny = new Any( typeof(Object), xI); in performTest()
366 aAny); in performTest()
/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/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py75 aString, xInterface, aAny, aSequence, aStruct ): argument
78 aAny, aSequence )
83 aString, xInterface, aAny, aSequence, aStruct ): argument
86 aAny, aSequence )
89 nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, aAny, \
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx492 uno::Any aAny = xShapeColl->getByIndex(i); in select() local
493 aAny >>= xShapeInt; in select()
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/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/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/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/sw/source/ui/dbui/
H A Dmailmergehelper.cxx758 Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii("DefaultContext")); in getCurrentCmpCtx() local
760 aAny >>= rCmpCtx; in getCurrentCmpCtx()
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/sw/source/ui/config/
H A Doptcomp.cxx195 Any aAny = ::utl::ConfigManager:: in ReplaceFormatName() local
198 if ( aAny >>= sTmp ) in ReplaceFormatName()
H A Doptload.cxx588 uno::Any aAny = in Reset() local
590 if ( aAny >>= sTemp ) in Reset()
594aAny = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTVERSION ); in Reset()
595 if ( !( aAny >>= sTemp ) ) in Reset()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx289 Any aAny; in lcl_addOutplaceProperties() local
291 aAny <<= 0L; in lcl_addOutplaceProperties()
296 aAny <<= 0L; in lcl_addOutplaceProperties()
327 aAny >>= aURL; in lcl_addFrameProperties()
331 aAny >>= aName; in lcl_addFrameProperties()
353 aAny >>= nWidth; in lcl_addFrameProperties()
355 aAny >>= nHeight; in lcl_addFrameProperties()
372 aAny <<= nWidth; in lcl_addFrameProperties()
379 aAny <<= nHeight; in lcl_addFrameProperties()
455 Any aAny; in _exportTextEmbedded() local
[all …]
H A Dxmlimpit.cxx664 uno::Any aAny; in PutXMLValue() local
665 aAny <<= rValue; in PutXMLValue()
666 pBrush->PutValue( aAny, MID_GRAPHIC_URL ); in PutXMLValue()
942 Any aAny; in PutXMLValue() local
943 bOk = pWritingModeHandler->importXML( rValue, aAny, in PutXMLValue()
946 bOk = rItem.PutValue( aAny ); in PutXMLValue()
H A Dxmltble.cxx718 Any aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableLinesAutoStyles() local
720 aAny >>= xTextSection; in ExportTableLinesAutoStyles()
862 Any aAny = xCellPropertySet->getPropertyValue(sNumberFormat); in ExportTableBox() local
863 aAny >>= nNumberFormat; in ExportTableBox()
884 aAny = xCellPropertySet->getPropertyValue(sIsProtected); in ExportTableBox()
885 if (*(sal_Bool*)aAny.getValue()) in ExportTableBox()
894 aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableBox()
896 aAny >>= xTextSection; in ExportTableBox()
H A DXMLRedlineImportHelper.cxx310 Any aAny = (bHandleProtectionKey ? xModelPropertySet in XMLRedlineImportHelper() local
313 aAny >>= aProtectionKey; in XMLRedlineImportHelper()
319 Any aAny; in XMLRedlineImportHelper() local
321 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in XMLRedlineImportHelper()
322 xModelPropertySet->setPropertyValue( sRecordChanges, aAny ); in XMLRedlineImportHelper()
380 Any aAny; in ~XMLRedlineImportHelper() local
382 aAny.setValue( &bShowChanges, ::getBooleanCppuType() ); in ~XMLRedlineImportHelper()
384 xModelPropertySet->setPropertyValue( sShowChanges, aAny ); in ~XMLRedlineImportHelper()
388 aAny.setValue( &bRecordChanges, ::getBooleanCppuType() ); in ~XMLRedlineImportHelper()
390 xModelPropertySet->setPropertyValue( sRecordChanges, aAny ); in ~XMLRedlineImportHelper()
[all …]
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()
H A Dxmlexpit.cxx829 uno::Any aAny; in QueryXMLValue() local
830 pBrush->QueryValue( aAny, MID_GRAPHIC_URL ); in QueryXMLValue()
832 aAny >>= sTmp; in QueryXMLValue()
1007 Any aAny; in QueryXMLValue() local
1008 bOk = rItem.QueryValue( aAny ); in QueryXMLValue()
1015 bOk = pWritingModeHandler->exportXML( sValue, aAny, in QueryXMLValue()
H A Dxmlimp.cxx587 Any aAny; in startDocument() local
595 if( aAny >>= aFamiliesSeq ) in startDocument()
642 if( aAny >>= xInsertTextRange ) in startDocument()
653 *static_cast<const sal_Bool*>(aAny.getValue()) ) in startDocument()
664 *static_cast<const sal_Bool*>(aAny.getValue()) ) in startDocument()
1353 Any aAny; in SetConfigurationSettings() local
1355 aAny <<= nTmp; in SetConfigurationSettings()
1358 aAny ); in SetConfigurationSettings()
1381 Any aAny; in SetConfigurationSettings() local
1389 Any aAny; in SetConfigurationSettings() local
[all …]
/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/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 Dunosett.cxx1637 Any aAny; in GetNumberingRuleByIndex() local
1638 pBrush->QueryValue( aAny, MID_GRAPHIC_URL ); in GetNumberingRuleByIndex()
1639 aAny >>= aUString; in GetNumberingRuleByIndex()

Completed in 199 milliseconds

12345678910>>...20