| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaformat.cxx | 85 aVal = uno::makeAny( table::CellVertJustify_BOTTOM ); in setVerticalAlignment() 88 aVal = uno::makeAny( table::CellVertJustify_CENTER ); in setVerticalAlignment() 92 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment() 96 aVal = uno::makeAny( table::CellVertJustify_TOP); in setVerticalAlignment() 99 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment() 124 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment() 127 aResult = uno::makeAny( excel::XlVAlign::xlVAlignCenter ); in getVerticalAlignment() 130 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment() 133 aResult = uno::makeAny( excel::XlVAlign::xlVAlignTop ); in getVerticalAlignment() 160 aVal = uno::makeAny( table::CellHoriJustify_BLOCK); in setHorizontalAlignment() [all …]
|
| H A D | vbavalidation.cxx | 54 xRangeProps->setPropertyValue( VALIDATION , uno::makeAny( xProps ) ); in lcl_setValidationProps() 79 xProps->setPropertyValue( IGNOREBLANK, uno::makeAny( _ignoreblank ) ); in setIgnoreBlank() 99 xProps->setPropertyValue( SHOWLIST, uno::makeAny( nDropDown ) ); in setInCellDropdown() 116 xProps->setPropertyValue( IGNOREBLANK, uno::makeAny( _showinput ) ); in setShowInput() 133 xProps->setPropertyValue( SHOWERROR, uno::makeAny( _showerror ) ); in setShowError() 150 xProps->setPropertyValue( ERRORTITLE, uno::makeAny( _errormessage ) ); in setErrorTitle() 167 xProps->setPropertyValue( INPUTMESS, uno::makeAny( _inputmessage ) ); in setInputMessage() 184 xProps->setPropertyValue( INPUTTITLE, uno::makeAny( _inputtitle ) ); in setInputTitle() 201 xProps->setPropertyValue( ERRORMESS, uno::makeAny( _errormessage ) ); in setErrorMessage() 212 xProps->setPropertyValue( IGNOREBLANK, uno::makeAny( sal_True ) ); in Delete() [all …]
|
| H A D | vbachart.cxx | 298 …mxDiagramPropertySet->setPropertyValue( UPDOWN, uno::makeAny(sal_Bool((_nChartType == xlStockOHLC)… in setChartType() 299 …mxDiagramPropertySet->setPropertyValue(VOLUME, uno::makeAny(sal_Bool((_nChartType == xlStockVHLC) … in setChartType() 329 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_False )); in setChartType() 333 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_True )); in setChartType() 337 mxDiagramPropertySet->setPropertyValue(SPLINETYPE, uno::makeAny( sal_Int32(1))); in setChartType() 358 … mxDiagramPropertySet->setPropertyValue(SYMBOLTYPE, uno::makeAny( chart::ChartSymbolType::AUTO)); in setChartType() 363 … mxDiagramPropertySet->setPropertyValue(SYMBOLTYPE, uno::makeAny(chart::ChartSymbolType::NONE)); in setChartType() 378 mxDiagramPropertySet->setPropertyValue(DEEP,uno::makeAny( sal_True )); in setChartType() 383 mxDiagramPropertySet->setPropertyValue(DEEP, uno::makeAny( sal_False)); in setChartType() 398 … mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::CONE)); in setChartType() [all …]
|
| /AOO41X/main/dbaccess/source/core/dataaccess/ |
| H A D | ModelImpl.cxx | 522 makeAny( (sal_Bool)sal_True ) in impl_construct_nothrow() 526 makeAny( aAllowedTypes ) in impl_construct_nothrow() 545 xSettingsSet->insert( makeAny( aProperty ) ); in impl_construct_nothrow() 1026 xModelCollection->insert( makeAny( xModel ) ); in createNewModel_deliverOwnership() 1098 AsciiPropertyValue( "JavaDriverClass", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1099 AsciiPropertyValue( "JavaDriverClassPath", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1100 AsciiPropertyValue( "IgnoreCurrency", makeAny( (sal_Bool)sal_False ) ), in getDefaultDataSourceSettings() 1102 AsciiPropertyValue( "Extension", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1103 AsciiPropertyValue( "CharSet", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1104 AsciiPropertyValue( "HeaderLine", makeAny( (sal_Bool)sal_True ) ), in getDefaultDataSourceSettings() [all …]
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | DomainMapper.cxx | 131 uno::makeAny( false ) ); in DomainMapper() 135 uno::makeAny( false ) ); in DomainMapper() 552 uno::makeAny( in lcl_attribute() 1551 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_ROTATION, true, uno::makeAny ( sal_Int16(900) )); in lcl_attribute() 1552 …l->GetTopContext()->Insert(PROP_CHAR_ROTATION_IS_FIT_TO_LINE, true, uno::makeAny (((nIntValue & 0x… in lcl_attribute() 1558 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_IS_ON, true, uno::makeAny ( true )); in lcl_attribute() 1559 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_PREFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute() 1560 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_SUFFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute() 1603 uno::makeAny( sStringValue )); in lcl_attribute() 1607 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( sStringValue )); in lcl_attribute() [all …]
|
| H A D | PropertyMap.cxx | 301 Insert( PROP_HEIGHT, false, uno::makeAny( (sal_Int32) aLetter.getHeight() ) ); in SectionPropertyMap() 303 Insert( PROP_WIDTH, false, uno::makeAny( (sal_Int32) aLetter.getWidth() ) ); in SectionPropertyMap() 305 Insert( PROP_LEFT_MARGIN, false, uno::makeAny( (sal_Int32) 3175 ) ); in SectionPropertyMap() 307 Insert( PROP_RIGHT_MARGIN, false, uno::makeAny( (sal_Int32) 3175 ) ); in SectionPropertyMap() 309 Insert( PROP_TOP_MARGIN, false, uno::makeAny( (sal_Int32)2540 ) ); in SectionPropertyMap() 311 Insert( PROP_BOTTOM_MARGIN, false, uno::makeAny( (sal_Int32) 2540 ) ); in SectionPropertyMap() 312 uno::Any aFalse( ::uno::makeAny( false ) ); in SectionPropertyMap() 315 Insert( PROP_GRID_MODE, false, uno::makeAny(text::TextGridMode::NONE)); in SectionPropertyMap() 398 xPageStyles->insertByName( m_sFirstPageStyleName, uno::makeAny(m_aFirstPageStyle) ); in GetPageStyle() 415 … xPageStyles->insertByName( m_sFollowPageStyleName, uno::makeAny(m_aFollowPageStyle) ); in GetPageStyle() [all …]
|
| H A D | DomainMapper_Impl.cxx | 575 … xTextRangeProperties->setPropertyValue( sPropertyName, uno::makeAny(table::BorderLine())); in lcl_MoveBorderPropertiesToFrame() 980 uno::makeAny( rStreamName )); in appendOLE() 987 uno::makeAny(aSize.Width)); in appendOLE() 989 uno::makeAny(aSize.Height)); in appendOLE() 993 uno::makeAny(xGraphic)); in appendOLE() 1060 uno::makeAny(sal_True) ); in PushPageHeader() 1064 …geStyle->setPropertyValue(rPropNameSupplier.GetName(PROP_HEADER_IS_SHARED), uno::makeAny( false )); in PushPageHeader() 1098 uno::makeAny(sal_True) ); in PushPageFooter() 1102 …geStyle->setPropertyValue(rPropNameSupplier.GetName(PROP_FOOTER_IS_SHARED), uno::makeAny( false )); in PushPageFooter() 1147 aFontProps->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( pFontEntry->sFontName )); in PushFootOrEndnote() [all …]
|
| H A D | GraphicImport.cxx | 1088 uno::makeAny( aSize.Height ) ); in lcl_attribute() 1090 uno::makeAny( aSize.Width ) ); in lcl_attribute() 1100 uno::makeAny( aGraphicCrop ) ); in lcl_attribute() 1124 uno::makeAny in lcl_attribute() 1128 uno::makeAny in lcl_attribute() 1542 …ectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_GRAPHIC), uno::makeAny( xGraphic )); in createGraphicObject() 1544 …uno::makeAny( m_pImpl->eGraphicImportType == IMPORT_AS_SHAPE || m_pImpl->eGraphicImportType == IMP… in createGraphicObject() 1567 …es->setPropertyValue(rPropNameSupplier.GetName( aBorderProps[nBorder]), uno::makeAny(aBorderLine)); in createGraphicObject() 1572 uno::makeAny( m_pImpl->sAlternativeText )); in createGraphicObject() 1575 uno::makeAny(true)); in createGraphicObject() [all …]
|
| /AOO41X/main/chart2/source/tools/ |
| H A D | WrappedIgnoreProperty.cxx | 93 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_S… in addIgnoreLineProperties() 95 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineDashName" ), uno::makeAny( rtl::OUString() )… in addIgnoreLineProperties() 96 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineColor" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() 97 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreLineProperties() 98 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineWidth" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() 99 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineJoint" ), uno::makeAny( drawing::LineJoint_R… in addIgnoreLineProperties() 110 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_S… in addIgnoreFillProperties_without_BitmapProperties() 111 … rList.push_back( new WrappedIgnoreProperty( C2U( "FillColor" ), uno::makeAny( sal_Int32(-1) ) ) ); in addIgnoreFillProperties_without_BitmapProperties() 112 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreFillProperties_without_BitmapProperties() 113 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparenceGradientName" ), uno::makeAny( :… in addIgnoreFillProperties_without_BitmapProperties() [all …]
|
| /AOO41X/main/shell/source/backends/macbe/ |
| H A D | macbackend.cxx | 240 return css::uno::makeAny( in getPropertyValue() 242 true, css::uno::makeAny( aDocURL ) ) ); in getPropertyValue() 253 return css::uno::makeAny(css::beans::Optional< css::uno::Any >()); in getPropertyValue() 273 return css::uno::makeAny( in getPropertyValue() 275 true, uno::makeAny( aFtpProxy.Server ) ) ); in getPropertyValue() 277 return css::uno::makeAny(css::beans::Optional< css::uno::Any >()); in getPropertyValue() 297 return css::uno::makeAny( in getPropertyValue() 299 true, uno::makeAny( aFtpProxy.Port ) ) ); in getPropertyValue() 301 return css::uno::makeAny(css::beans::Optional< css::uno::Any >()); in getPropertyValue() 321 return css::uno::makeAny( in getPropertyValue() [all …]
|
| /AOO41X/main/ucb/source/core/ |
| H A D | ucbcmds.cxx | 489 aPropValues[ 0 ].Value = uno::makeAny( rNewTitle ); in setTitle() 494 uno::makeAny( aPropValues ) ); in setTitle() 547 = uno::makeAny(beans::PropertyValue( in createNew() 551 uno::makeAny(rContext.aArg.TargetURL), in createNew() 571 uno::makeAny( aPropsToObtain ) ); in createNew() 601 = uno::makeAny(beans::PropertyValue( in createNew() 605 uno::makeAny(rContext.aArg.TargetURL), in createNew() 623 = uno::makeAny(beans::PropertyValue( in createNew() 626 uno::makeAny(rContext.aArg.TargetURL), in createNew() 697 uno::makeAny( lang::IllegalArgumentException( in createNew() [all …]
|
| /AOO41X/main/oox/source/docprop/ |
| H A D | docprophandler.cxx | 251 aSet[nInd].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic() 260 aSet[nLen].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic() 405 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters() 410 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters() 415 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters() 420 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters() 425 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters() 520 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters() 525 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters() 530 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters() [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | frmview.cxx | 482 aUserData.addValue( sUNO_View_GridIsVisible, makeAny( (sal_Bool)IsGridVisible() ) ); in WriteUserDataSequence() 483 aUserData.addValue( sUNO_View_GridIsFront, makeAny( (sal_Bool)IsGridFront() ) ); in WriteUserDataSequence() 484 aUserData.addValue( sUNO_View_IsSnapToGrid, makeAny( (sal_Bool)IsGridSnap() ) ); in WriteUserDataSequence() 485 aUserData.addValue( sUNO_View_IsSnapToPageMargins, makeAny( (sal_Bool)IsBordSnap() ) ); in WriteUserDataSequence() 486 aUserData.addValue( sUNO_View_IsSnapToSnapLines, makeAny( (sal_Bool)IsHlplSnap() ) ); in WriteUserDataSequence() 487 aUserData.addValue( sUNO_View_IsSnapToObjectFrame, makeAny( (sal_Bool)IsOFrmSnap() ) ); in WriteUserDataSequence() 488 aUserData.addValue( sUNO_View_IsSnapToObjectPoints, makeAny( (sal_Bool)IsOPntSnap() ) ); in WriteUserDataSequence() 498 …aUserData.addValue( sUNO_View_IsPlusHandlesAlwaysVisible, makeAny( (sal_Bool)IsPlusHandlesAlwaysVi… in WriteUserDataSequence() 499 aUserData.addValue( sUNO_View_IsFrameDragSingles, makeAny( (sal_Bool)IsFrameDragSingles() ) ); in WriteUserDataSequence() 505 …aUserData.addValue( sUNO_View_EliminatePolyPointLimitAngle, makeAny( (sal_Int32)GetEliminatePolyPo… in WriteUserDataSequence() [all …]
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | SchXMLAxisContext.cxx | 194 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in getTitleShape() 231 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateGrid() 244 uno::makeAny( COL_BLACK )); in CreateGrid() 388 rDoubleAny = uno::makeAny(fValue); in lcl_divideBy100() 439 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateAxis() 467 … xDiaProp->setPropertyValue( OUString::createFromAscii( "HasXAxis" ), uno::makeAny(sal_True) ); in CreateAxis() 478 uno::Any aTrueBool( uno::makeAny( sal_True )); in CreateAxis() 479 uno::Any aFalseBool( uno::makeAny( sal_False )); in CreateAxis() 483 uno::makeAny( COL_BLACK )); in CreateAxis() 491 …m_xAxisProps->setPropertyValue( OUString::createFromAscii( "AxisType" ), uno::makeAny(m_nAxisType)… in CreateAxis() [all …]
|
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbashaperange.cxx | 63 xSelectSupp->select( uno::makeAny( getShapes() ) ); in Select() 97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation() 108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft() 119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop() 129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight() 140 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setHeight() 150 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getWidth() 161 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setWidth() 171 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getLeft() 182 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setLeft() [all …]
|
| /AOO41X/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_content.cxx | 414 uno::makeAny( lang::IllegalArgumentException( in execute() 436 uno::makeAny( lang::IllegalArgumentException( in execute() 448 uno::makeAny( lang::IllegalArgumentException( in execute() 488 uno::makeAny( lang::IllegalArgumentException( in execute() 510 uno::makeAny( ucb::UnsupportedCommandException( in execute() 528 uno::makeAny( ucb::UnsupportedCommandException( in execute() 545 uno::makeAny( lang::IllegalArgumentException( in execute() 573 uno::makeAny( ucb::UnsupportedCommandException( in execute() 593 = uno::makeAny( in execute() 598 uno::makeAny(m_xIdentifier-> in execute() [all …]
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbapagesetup.cxx | 68 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::makeAny( sal_True ) ); in getHeaderDistance() 91 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::makeAny( sal_True ) ); in setHeaderDistance() 101 …rtyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin")), uno::makeAny( newHeaderDistanc… in setHeaderDistance() 102 …e( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderBodyDistance")), uno::makeAny( newSpacing ) ); in setHeaderDistance() 103 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight")), uno::makeAny( newHeaderHeight … in setHeaderDistance() 111 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::makeAny( sal_True ) ); in getFooterDistance() 125 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::makeAny( sal_True ) ); in setFooterDistance() 135 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin")), uno::makeAny( newFooterDistanc… in setFooterDistance() 136 …e( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterBodyDistance")), uno::makeAny( newSpacing ) ); in setFooterDistance() 137 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterHeight")), uno::makeAny( newFooterHeight … in setFooterDistance() [all …]
|
| H A D | vbaparagraphformat.cxx | 61 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaAdjust") ), uno::makeAny( aParaAdjust ) ); in setAlignment() 74 …lue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaFirstLineIndent") ), uno::makeAny( indent ) ); in setFirstLineIndent() 81 return uno::makeAny ( bKeep ); in getKeepTogether() 89 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaKeepTogether") ), uno::makeAny( bKeep ) ); in setKeepTogether() 101 return uno::makeAny ( bKeep ); in getKeepWithNext() 109 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaSplit") ), uno::makeAny( bKeep ) ); in setKeepWithNext() 121 return uno::makeAny ( bHypn ); in getHyphenation() 129 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaIsHyphenation") ), uno::makeAny( bHypn ) ); in setHyphenation() 149 …e( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaLineSpacing") ), uno::makeAny( aLineSpacing ) ); in setLineSpacing() 162 …e( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaLineSpacing") ), uno::makeAny( aLineSpacing ) ); in setLineSpacingRule() [all …]
|
| /AOO41X/main/ucb/source/ucp/package/ |
| H A D | pkgcontent.cxx | 491 uno::makeAny( lang::IllegalArgumentException( in execute() 513 uno::makeAny( lang::IllegalArgumentException( in execute() 525 uno::makeAny( lang::IllegalArgumentException( in execute() 567 uno::makeAny( lang::IllegalArgumentException( in execute() 590 uno::makeAny( lang::IllegalArgumentException( in execute() 620 = uno::makeAny( in execute() 625 uno::makeAny(m_xIdentifier-> in execute() 653 uno::makeAny( lang::IllegalArgumentException( in execute() 678 uno::makeAny( lang::IllegalArgumentException( in execute() 700 = uno::makeAny( in execute() [all …]
|
| /AOO41X/main/extensions/source/update/check/ |
| H A D | updatecheckconfig.cxx | 284 …aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments")… in get() 287 aArgumentList[0] = uno::makeAny( aProperty ); in get() 294 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get() 295 aArgumentList[0] = uno::makeAny( aProperty ); in get() 298 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get() 299 aArgumentList[0] = uno::makeAny( aProperty ); in get() 398 const uno::Any aValueList[nItems] = { uno::makeAny(rLocalFileName), uno::makeAny(nFileSize) }; in storeLocalFileName() 433 replaceByName(UNISTRING(DOWNLOAD_PAUSED) , uno::makeAny(paused)); in storeDownloadPaused() 447 replaceByName(UNISTRING(LAST_CHECK), uno::makeAny(lastCheck)); in updateLastChecked() 460 uno::makeAny(rInfo.Version), in storeUpdateFound() [all …]
|
| /AOO41X/main/accessibility/source/helper/ |
| H A D | characterattributeshelper.cxx | 40 …uteMap::value_type( ::rtl::OUString::createFromAscii( "CharBackColor" ), makeAny( (sal_Int32) nBac… in CharacterAttributesHelper() 41 …tributeMap::value_type( ::rtl::OUString::createFromAscii( "CharColor" ), makeAny( (sal_Int32) nCol… in CharacterAttributesHelper() 42 …eMap::value_type( ::rtl::OUString::createFromAscii( "CharFontCharSet" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() 43 …teMap::value_type( ::rtl::OUString::createFromAscii( "CharFontFamily" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() 44 …buteMap::value_type( ::rtl::OUString::createFromAscii( "CharFontName" ), makeAny( (::rtl::OUString… in CharacterAttributesHelper() 45 …uteMap::value_type( ::rtl::OUString::createFromAscii( "CharFontPitch" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() 46 …ap::value_type( ::rtl::OUString::createFromAscii( "CharFontStyleName" ), makeAny( (::rtl::OUString… in CharacterAttributesHelper() 47 …ributeMap::value_type( ::rtl::OUString::createFromAscii( "CharHeight" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() 48 …teMap::value_type( ::rtl::OUString::createFromAscii( "CharScaleWidth" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() 49 …uteMap::value_type( ::rtl::OUString::createFromAscii( "CharStrikeout" ), makeAny( (sal_Int16) rFon… in CharacterAttributesHelper() [all …]
|
| /AOO41X/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontent.cxx | 390 uno::makeAny( lang::IllegalArgumentException( in execute() 412 uno::makeAny( lang::IllegalArgumentException( in execute() 424 uno::makeAny( lang::IllegalArgumentException( in execute() 464 uno::makeAny( lang::IllegalArgumentException( in execute() 490 uno::makeAny( lang::IllegalArgumentException( in execute() 521 = uno::makeAny( in execute() 526 uno::makeAny(m_xIdentifier-> in execute() 556 uno::makeAny( lang::IllegalArgumentException( in execute() 581 uno::makeAny( lang::IllegalArgumentException( in execute() 599 uno::makeAny( ucb::UnsupportedCommandException( in execute() [all …]
|
| /AOO41X/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_import.cxx | 135 makeAny( _textColor ) ); in importTextColorStyle() 149 makeAny( _textColor ) ); in importTextColorStyle() 164 makeAny( _textLineColor ) ); in importTextLineColorStyle() 178 makeAny( _textLineColor ) ); in importTextLineColorStyle() 192 OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ), makeAny( _fillColor ) ); in importFillColorStyle() 207 makeAny( _fillColor ) ); in importFillColorStyle() 221 … OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ), makeAny( _backgroundColor ) ); in importBackgroundColorStyle() 235 … OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ), makeAny( _backgroundColor ) ); in importBackgroundColorStyle() 250 OUSTR("Border"), makeAny( _border == BORDER_SIMPLE_COLOR in importBorderStyle() 254 makeAny(_borderColor) ); in importBorderStyle() [all …]
|
| /AOO41X/main/framework/source/uiconfiguration/ |
| H A D | windowstateconfiguration.cxx | 624 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bLocked ); break; in impl_getSequenceFromStruct() 626 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bDocked ); break; in impl_getSequenceFromStruct() 628 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bVisible ); break; in impl_getSequenceFromStruct() 630 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContext ); break; in impl_getSequenceFromStruct() 632 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bHideFromMenu ); break; in impl_getSequenceFromStruct() 634 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bNoClose ); break; in impl_getSequenceFromStruct() 636 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bSoftClose ); break; in impl_getSequenceFromStruct() 638 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContextActive ); break; in impl_getSequenceFromStruct() 640 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aDockingArea ); break; in impl_getSequenceFromStruct() 642 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aPos ); break; in impl_getSequenceFromStruct() [all …]
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 103 using ::com::sun::star::uno::makeAny; 195 return makeAny( maPropertyValues[mpControl->GetSelectEntryPos()] ); in getValue() 281 return makeAny( (sal_Int32)mpControl->GetSelectEntryColor().GetRGBColor() ); in getValue() 366 return makeAny( aFontName ); in getValue() 541 return makeAny( (double)((double)mpMetric->GetValue() / 100.0) ); in getValue() 663 return makeAny( (double)((double)mpMetric->GetValue()) / 100.0 ); in getValue() 804 return makeAny( (double)((double)mpMetric->GetValue()) ); in getValue() 983 return makeAny( aValues ); in getValue() 1120 return makeAny( aValues ); in getValue() 1623 pSet->setPropertyValue( nHandleAccelerate, makeAny( fTemp ) ); in update() [all …]
|