| /AOO41X/main/xmloff/source/text/ |
| H A D | txtfldi.cxx | 729 Any aAny; in PrepareField() local 730 aAny <<= nSubType; in PrepareField() 731 rPropSet->setPropertyValue(sPropertyFieldSubType, aAny); in PrepareField() 734 aAny.setValue( &bFixed, ::getBooleanCppuType() ); in PrepareField() 735 rPropSet->setPropertyValue(sPropertyFixed, aAny); in PrepareField() 748 aAny <<= GetContent(); in PrepareField() 749 rPropSet->setPropertyValue(sPropertyContent, aAny); in PrepareField() 791 Any aAny; in PrepareField() local 792 aAny.setValue( &bAuthorFullName, ::getBooleanCppuType() ); in PrepareField() 793 rPropSet->setPropertyValue(sPropertyAuthorFullName, aAny); in PrepareField() [all …]
|
| H A D | txtvfldi.cxx | 229 Any aAny; in PrepareField() local 230 aAny <<= sFormula; in PrepareField() 231 xPropertySet->setPropertyValue(sPropertyContent, aAny); in PrepareField() 237 Any aAny; in PrepareField() local 238 aAny <<= sDescription; in PrepareField() 239 xPropertySet->setPropertyValue(sPropertyHint, aAny); in PrepareField() 244 Any aAny; in PrepareField() local 245 aAny <<= sHelp; in PrepareField() 246 xPropertySet->setPropertyValue(sPropertyHelp, aAny); in PrepareField() 251 Any aAny; in PrepareField() local [all …]
|
| H A D | XMLSectionExport.cxx | 211 Any aAny = xSectionPropSet->getPropertyValue(sDocumentIndex); in GetIndex() local 213 aAny >>= xDocumentIndex; in GetIndex() 220 aAny = xIndexPropSet->getPropertyValue(sContentSection); in GetIndex() 222 aAny >>= xEnclosingSection; in GetIndex() 233 aAny = xIndexPropSet->getPropertyValue(sHeaderSection); in GetIndex() 235 aAny >>= xEnclosingSection; in GetIndex() 429 Any aAny; in ExportRegularSectionStart() local 432 aAny = xPropSet->getPropertyValue(sCondition); in ExportRegularSectionStart() 434 aAny >>= sCond; in ExportRegularSectionStart() 445 aAny = xPropSet->getPropertyValue(sIsCurrentlyVisible); in ExportRegularSectionStart() [all …]
|
| H A D | XMLLineNumberingExport.cxx | 86 Any aAny; in Export() local 89 aAny = xLineNumbering->getPropertyValue(sCharStyleName); in Export() 91 aAny >>= sTmp; in Export() 99 aAny = xLineNumbering->getPropertyValue(sIsOn); in Export() 100 if (! *(sal_Bool*)aAny.getValue()) in Export() 107 aAny = xLineNumbering->getPropertyValue(sCountEmptyLines); in Export() 108 if (! *(sal_Bool*)aAny.getValue()) in Export() 115 aAny = xLineNumbering->getPropertyValue(sCountLinesInFrames); in Export() 116 if (*(sal_Bool*)aAny.getValue()) in Export() 123 aAny = xLineNumbering->getPropertyValue(sRestartAtEachPage); in Export() [all …]
|
| H A D | XMLRedlineExport.cxx | 249 Any aAny = aEnum->nextElement(); in ExportChangesListElements() local 251 aAny >>= xPropSet; in ExportChangesListElements() 259 aAny = xPropSet->getPropertyValue(sIsInHeaderFooter); in ExportChangesListElements() 260 if (! *(sal_Bool*)aAny.getValue()) in ExportChangesListElements() 290 Any aAny = rPropSet->getPropertyValue(sRedlineText); in ExportChangeAutoStyle() local 292 aAny >>= xText; in ExportChangeAutoStyle() 315 Any aAny = aEnum->nextElement(); in ExportChangesListAutoStyles() local 317 aAny >>= xPropSet; in ExportChangesListAutoStyles() 326 aAny = xPropSet->getPropertyValue(sIsInHeaderFooter); in ExportChangesListAutoStyles() 327 if (! *(sal_Bool*)aAny.getValue()) in ExportChangesListAutoStyles() [all …]
|
| H A D | XMLTextHeaderFooterContext.cxx | 72 Any aAny; in XMLTextHeaderFooterContext() local 74 aAny = xPropSet->getPropertyValue( sOn ); in XMLTextHeaderFooterContext() 75 sal_Bool bOn = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext() 79 aAny = xPropSet->getPropertyValue( sShareContent ); in XMLTextHeaderFooterContext() 80 sal_Bool bShared = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext() 85 aAny.setValue( &bShared, ::getBooleanCppuType() ); in XMLTextHeaderFooterContext() 86 xPropSet->setPropertyValue( sShareContent, aAny ); in XMLTextHeaderFooterContext() 113 Any aAny; in CreateChildContext() local 118 aAny = xPropSet->getPropertyValue( sTextLeft ); in CreateChildContext() 122 aAny = xPropSet->getPropertyValue( sOn ); in CreateChildContext() [all …]
|
| H A D | XMLIndexAlphabeticalSourceContext.cxx | 196 Any aAny; in EndElement() local 200 aAny <<= GetImport().GetStyleDisplayName( in EndElement() 202 rIndexPropertySet->setPropertyValue(sMainEntryCharacterStyleName,aAny); in EndElement() 205 aAny.setValue(&bSeparators, ::getBooleanCppuType()); in EndElement() 206 rIndexPropertySet->setPropertyValue(sUseAlphabeticalSeparators, aAny); in EndElement() 208 aAny.setValue(&bCombineEntries, ::getBooleanCppuType()); in EndElement() 209 rIndexPropertySet->setPropertyValue(sUseCombinedEntries, aAny); in EndElement() 211 aAny.setValue(&bCaseSensitive, ::getBooleanCppuType()); in EndElement() 212 rIndexPropertySet->setPropertyValue(sIsCaseSensitive, aAny); in EndElement() 214 aAny.setValue(&bEntry, ::getBooleanCppuType()); in EndElement() [all …]
|
| H A D | XMLLineNumberingImportContext.cxx | 233 Any aAny; in CreateAndInsert() local 239 aAny <<= GetImport().GetStyleDisplayName( in CreateAndInsert() 241 xLineNumbering->setPropertyValue(sCharStyleName, aAny); in CreateAndInsert() 244 aAny <<= sSeparator; in CreateAndInsert() 245 xLineNumbering->setPropertyValue(sSeparatorText, aAny); in CreateAndInsert() 247 aAny <<= nOffset; in CreateAndInsert() 248 xLineNumbering->setPropertyValue(sDistance, aAny); in CreateAndInsert() 250 aAny <<= nNumberPosition; in CreateAndInsert() 251 xLineNumbering->setPropertyValue(sNumberPosition, aAny); in CreateAndInsert() 255 aAny <<= nIncrement; in CreateAndInsert() [all …]
|
| H A D | XMLFootnoteConfigurationImportContext.cxx | 377 Any aAny; in ProcessSettings() local 381 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings() 383 rConfig->setPropertyValue(sPropertyCharStyleName, aAny); in ProcessSettings() 388 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings() 390 rConfig->setPropertyValue(sPropertyAnchorCharStyleName, aAny); in ProcessSettings() 395 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings() 397 rConfig->setPropertyValue(sPropertyPageStyleName, aAny); in ProcessSettings() 402 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings() 404 rConfig->setPropertyValue(sPropertyParagraphStyleName, aAny); in ProcessSettings() 407 aAny <<= sPrefix; in ProcessSettings() [all …]
|
| H A D | XMLIndexMarkExport.cxx | 95 Any aAny; in ExportIndexMark() local 96 aAny = rPropSet->getPropertyValue(sDocumentIndexMark); in ExportIndexMark() 98 aAny >>= xIndexMarkPropSet; in ExportIndexMark() 104 aAny = rPropSet->getPropertyValue(sIsCollapsed); in ExportIndexMark() 105 if (*(sal_Bool *)aAny.getValue()) in ExportIndexMark() 110 aAny = xIndexMarkPropSet->getPropertyValue(sAlternativeText); in ExportIndexMark() 112 aAny >>= sTmp; in ExportIndexMark() 120 aAny = rPropSet->getPropertyValue(sIsStart); in ExportIndexMark() 121 nElementNo = *(sal_Bool *)aAny.getValue() ? 1 : 2; in ExportIndexMark() 184 Any aAny = rPropSet->getPropertyValue(sLevel); in ExportTOCMarkAttributes() local [all …]
|
| H A D | XMLTextFrameContext.cxx | 306 Any aAny; in XMLTextFrameContourContext_Impl() local 341 aAny <<= aPointSequenceSequence; in XMLTextFrameContourContext_Impl() 342 xPropSet->setPropertyValue( sContourPolyPolygon, aAny ); in XMLTextFrameContourContext_Impl() 349 aAny.setValue( &bPixelWidth, ::getBooleanCppuType() ); in XMLTextFrameContourContext_Impl() 350 xPropSet->setPropertyValue( sIsPixelContour, aAny ); in XMLTextFrameContourContext_Impl() 357 aAny.setValue( &bAuto, ::getBooleanCppuType() ); in XMLTextFrameContourContext_Impl() 358 xPropSet->setPropertyValue( sIsAutomaticContour, aAny ); in XMLTextFrameContourContext_Impl() 649 Any aAny; in Create() local 659 aAny <<= sDisplayStyleName; in Create() 660 xPropSet->setPropertyValue( sFrameStyleName, aAny ); in Create() [all …]
|
| H A D | XMLIndexBibliographyConfigurationContext.cxx | 199 Any aAny; in CreateChildContext() local 204 aAny <<= (sal_Int16)nKey; in CreateChildContext() 205 aNameValue.Value = aAny; in CreateChildContext() 210 aAny.setValue(&bSort, ::getBooleanCppuType()); in CreateChildContext() 211 aSortValue.Value = aAny; in CreateChildContext() 253 Any aAny; in CreateAndInsert() local 255 aAny <<= sSuffix; in CreateAndInsert() 256 xPropSet->setPropertyValue(sBracketAfter, aAny); in CreateAndInsert() 258 aAny <<= sPrefix; in CreateAndInsert() 259 xPropSet->setPropertyValue(sBracketBefore, aAny); in CreateAndInsert() [all …]
|
| H A D | txtstyli.cxx | 226 Any aAny; in CreateAndInsert() local 228 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in CreateAndInsert() 229 xPropSet->setPropertyValue( sIsAutoUpdate, aAny ); in CreateAndInsert() 238 Any aAny; in CreateAndInsert() local 239 aAny <<= (sal_Int16)nCategory; in CreateAndInsert() 240 xPropSet->setPropertyValue( sCategory, aAny ); in CreateAndInsert() 303 Any aAny; in Finish() local 306 aAny <<= nOutlineLevel; in Finish() 307 xPropSet->setPropertyValue( sOutlineLevel, aAny ); in Finish() 353 Any aAny; in Finish() local [all …]
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | FilterConfigItem.cxx | 60 Any aAny; in ImpIsTreeAvailable() local 61 aAny <<= (OUString)rTree.GetToken( i++, (sal_Unicode)'/' ); in ImpIsTreeAvailable() 66 aPathArgument.Value = aAny; in ImpIsTreeAvailable() 131 Any aAny; in ImpInitTree() local 134 aAny <<= sTree; in ImpInitTree() 136 aPathArgument.Value = aAny; in ImpInitTree() 141 aAny <<= bAsyncron; in ImpInitTree() 143 aModeArgument.Value = aAny; in ImpInitTree() 293 Any aAny; in ReadBool() local 300 else if ( ImplGetPropertyValue( aAny, xPropSet, rKey, sal_True ) ) in ReadBool() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | actimpr.cxx | 79 …uno::Any aAny( rModel->queryInterface( ::getCppuType((const uno::Reference< lang::XMultiServiceFac… in CGMImpressOutAct() local 80 if( aAny >>= maXMultiServiceFactory ) in CGMImpressOutAct() 128 uno::Any aAny; in ImplSetOrientation() local 129 aAny <<= (sal_Int32)rRefPoint.X; in ImplSetOrientation() 130 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotationPointX"), aAny ); in ImplSetOrientation() 131 aAny <<= (sal_Int32)rRefPoint.Y; in ImplSetOrientation() 132 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotationPointY"), aAny ); in ImplSetOrientation() 133 aAny <<= (sal_Int32)( rOrientation * 100.0 ); in ImplSetOrientation() 134 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotateAngle"), aAny ); in ImplSetOrientation() 141 uno::Any aAny; in ImplSetLineBundle() local [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximpshow.cxx | 105 uno::Any aAny; in SdXMLShowsContext() local 121 aAny <<= sValue; in SdXMLShowsContext() 122 …mpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "FirstPage" ) ), aAny ); in SdXMLShowsContext() 137 aAny <<= nMS; in SdXMLShowsContext() 138 … mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Pause" ) ), aAny ); in SdXMLShowsContext() 142 aAny = bool2any( IsXMLToken( sValue, XML_ENABLED ) ); in SdXMLShowsContext() 143 …xPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AllowAnimations" ) ), aAny ); in SdXMLShowsContext() 147 aAny = bool2any( IsXMLToken( sValue, XML_TRUE ) ); in SdXMLShowsContext() 148 …>mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAlwaysOnTop" ) ), aAny ); in SdXMLShowsContext() 152 aAny = bool2any( IsXMLToken( sValue, XML_TRUE ) ); in SdXMLShowsContext() [all …]
|
| H A D | shapeexport3.cxx | 115 …uno::Any aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DTransformMatri… in ImpExport3DShape() local 117 aAny >>= xHomMat; in ImpExport3DShape() 128 … aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPosition"))); in ImpExport3DShape() 130 aAny >>= aPosition3D; in ImpExport3DShape() 134 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize"))); in ImpExport3DShape() 136 aAny >>= aDirection3D; in ImpExport3DShape() 168 … aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPosition"))); in ImpExport3DShape() 170 aAny >>= aPosition3D; in ImpExport3DShape() 174 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize"))); in ImpExport3DShape() 176 aAny >>= aDirection3D; in ImpExport3DShape() [all …]
|
| H A D | ximp3dscene.cxx | 361 uno::Any aAny; in setSceneAttributes() local 366 aAny <<= mxHomMat; in setSceneAttributes() 367 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DTransformMatrix")), aAny); in setSceneAttributes() 371 aAny <<= mnDistance; in setSceneAttributes() 372 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneDistance")), aAny); in setSceneAttributes() 375 aAny <<= mnFocalLength; in setSceneAttributes() 376 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneFocalLength")), aAny); in setSceneAttributes() 379 aAny <<= (sal_Int16)mnShadowSlant; in setSceneAttributes() 380 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneShadowSlant")), aAny); in setSceneAttributes() 383 aAny <<= mxShadeMode; in setSceneAttributes() [all …]
|
| H A D | ximpshap.cxx | 577 uno::Any aAny; in SetTransformation() local 592 aAny <<= aMatrix; in SetTransformation() 595 OUString(RTL_CONSTASCII_USTRINGPARAM("Transformation")), aAny); in SetTransformation() 701 uno::Any aAny; in SetStyle() local 702 aAny <<= xStyle; in SetStyle() 703 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Style")), aAny); in SetStyle() 754 uno::Any aAny; in SetLayer() local 755 aAny <<= maLayerName; in SetLayer() 757 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("LayerName")), aAny); in SetLayer() 1168 uno::Any aAny; in StartElement() local [all …]
|
| /AOO41X/main/toolkit/source/controls/ |
| H A D | unocontrols.cxx | 255 uno::Any aAny; in textChanged() local 256 aAny <<= xText->getText(); in textChanged() 257 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TEXT ), aAny, sal_False ); in textChanged() 282 uno::Any aAny; in setText() local 283 aAny <<= aText; in setText() 284 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TEXT ), aAny, sal_True ); in setText() 398 uno::Any aAny; in setEditable() local 399 aAny <<= (sal_Bool)!bEditable; in setEditable() 400 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_READONLY ), aAny, sal_True ); in setEditable() 417 uno::Any aAny; in setMaxTextLen() local [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | srchitem.cxx | 278 …::com::sun::star::uno::Any aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRIN… in GetFromDescriptor() 280 aAny >>= bTemp ; in GetFromDescriptor() 282 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive… in GetFromDescriptor() 283 aAny >>= bTemp ; in GetFromDescriptor() 285 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") )… in GetFromDescriptor() 286 aAny >>= bTemp ; in GetFromDescriptor() 288 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection")… in GetFromDescriptor() 289 aAny >>= bTemp ; in GetFromDescriptor() 291 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpres… in GetFromDescriptor() 292 aAny >>= bTemp ; in GetFromDescriptor() [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 441 ::com::sun::star::uno::Any aAny; in CreateGradientProperties() 454 …aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparenceGradient" ) ), sal_False ) ) in CreateGradientProperties() 456 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties() 480 … aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" ) ), sal_False ) ) in CreateGradientProperties() 481 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties() 488 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" ) ), sal_False ) ) in CreateGradientProperties() 490 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties() 557 …aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparenceGradient" ) ), sal_False ) ) in CreateGradientProperties() 559 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties() 593 ::com::sun::star::uno::Any aAny; in CreateFillProperties() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltexte.cxx | 289 Any aAny; in lcl_addOutplaceProperties() local 291 aAny <<= 0L; in lcl_addOutplaceProperties() 292 … *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_LEFT ), aAny ); in lcl_addOutplaceProperties() 296 aAny <<= 0L; in lcl_addOutplaceProperties() 297 … *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_TOP ), aAny ); in lcl_addOutplaceProperties() 301 aAny <<= (sal_Int32)aSize.Width(); in lcl_addOutplaceProperties() 302 … *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_WIDTH ), aAny ); in lcl_addOutplaceProperties() 306 aAny <<= (sal_Int32)aSize.Height(); in lcl_addOutplaceProperties() 307 … *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_HEIGHT ), aAny ); in lcl_addOutplaceProperties() 326 Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in lcl_addFrameProperties() local [all …]
|
| /AOO41X/main/framework/qa/complex/framework/autosave/ |
| H A D | Protocol.java | 606 public synchronized void log( /*IN*/ Object aAny ) in log() argument 609 impl_logAny(sValue, aAny); in log() 836 /*IN */ Object aAny ) in impl_logAny() argument 840 if (com.sun.star.uno.AnyConverter.isVoid(aAny)) in impl_logAny() 845 if (com.sun.star.uno.AnyConverter.isChar(aAny)) in impl_logAny() 848 sOut.append(com.sun.star.uno.AnyConverter.toChar(aAny)); in impl_logAny() 852 if (com.sun.star.uno.AnyConverter.isBoolean(aAny)) in impl_logAny() 855 if (com.sun.star.uno.AnyConverter.toBoolean(aAny)) in impl_logAny() 862 if (com.sun.star.uno.AnyConverter.isByte(aAny)) in impl_logAny() 865 sOut.append(com.sun.star.uno.AnyConverter.toByte(aAny)); in impl_logAny() [all …]
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | FormControlHelper.cxx | 115 uno::Any aAny(sFormName); in getForm() local 117 xFormProperties->setPropertyValue(sName, aAny); in getForm() 123 uno::Any aAny(xForm); in getForm() local 124 xForms->insertByIndex(xForms->getCount(), aAny); in getForm() 194 uno::Any aAny; in createCheckbox() local 197 aAny <<= m_pFFData->getStatusText(); in createCheckbox() 199 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HelpText")), aAny); in createCheckbox() 202 aAny <<= m_pFFData->getCheckboxChecked(); in createCheckbox() 203 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultState")), aAny); in createCheckbox() 207 aAny <<= m_pFFData->getHelpText(); in createCheckbox() [all …]
|