| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlsect.cxx | 134 SvxCSS1PropertyInfo aPropInfo; in NewDivision() local 138 aItemSet, aPropInfo, &aLang, &aDir ); in NewDivision() 142 CreateContainer( aClass, aItemSet, aPropInfo, in NewDivision() 145 bPositioned = DoPositioning( aItemSet, aPropInfo, pCntxt ); in NewDivision() 242 aId = aPropInfo.aId = aEmptyStr; in NewDivision() 371 if( aPropInfo.aId.Len() && aPropInfo.aId==aName ) in NewDivision() 372 aPropInfo.aId.Erase(); in NewDivision() 386 InsertAttrs( aItemSet, aPropInfo, pCntxt, sal_True ); in NewDivision() 606 SvxCSS1PropertyInfo aPropInfo; in NewMultiCol() local 609 aItemSet, aPropInfo, &aLang, &aDir ); in NewMultiCol() [all …]
|
| H A D | htmlnum.cxx | 321 SvxCSS1PropertyInfo aPropInfo; in NewNumBulList() local 323 if( ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo, &aLang, &aDir ) ) in NewNumBulList() 327 if( aPropInfo.bLeftMargin ) in NewNumBulList() 332 if( aPropInfo.nLeftMargin < 0 && in NewNumBulList() 333 nAbsLSpace < -aPropInfo.nLeftMargin ) in NewNumBulList() 335 else if( aPropInfo.nLeftMargin > USHRT_MAX || in NewNumBulList() 337 aPropInfo.nLeftMargin > USHRT_MAX ) in NewNumBulList() 340 nAbsLSpace = nAbsLSpace + (sal_uInt16)aPropInfo.nLeftMargin; in NewNumBulList() 345 if( aPropInfo.bTextIndent ) in NewNumBulList() 354 aPropInfo.bLeftMargin = aPropInfo.bTextIndent = sal_False; in NewNumBulList() [all …]
|
| H A D | htmlplug.cxx | 387 SvxCSS1PropertyInfo aPropInfo; in InsertEmbed() local 389 ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo ); in InsertEmbed() 453 SetAnchorAndAdjustment( eVertOri, eHoriOri, aItemSet, aPropInfo, aFrmSet ); in InsertEmbed() 467 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, aItemSet, aPropInfo, in InsertEmbed() 469 SetSpace( aSpace, aItemSet, aPropInfo, aFrmSet ); in InsertEmbed() 617 SvxCSS1PropertyInfo aPropInfo; in NewObject() local 619 ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo ); in NewObject() 626 SetAnchorAndAdjustment( eVertOri, eHoriOri, aItemSet, aPropInfo, rFrmSet ); in NewObject() 630 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, aItemSet, aPropInfo, in NewObject() 632 SetSpace( aSpace, aItemSet, aPropInfo, rFrmSet ); in NewObject() [all …]
|
| H A D | htmlgrin.cxx | 472 SvxCSS1PropertyInfo aPropInfo; in InsertImage() local 474 ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo ); in InsertImage() 537 SetAnchorAndAdjustment( eVertOri, eHoriOri, aItemSet, aPropInfo, aFrmSet ); in InsertImage() 540 SetSpace( Size( nHSpace, nVSpace), aItemSet, aPropInfo, aFrmSet ); in InsertImage() 543 SetFrmFmtAttrs( aItemSet, aPropInfo, HTML_FF_BOX, aFrmSet ); in InsertImage() 553 switch( aPropInfo.eWidthType ) in InsertImage() 556 aTwipSz.Width() = aPropInfo.nWidth; in InsertImage() 562 nWidth = aPropInfo.nWidth; in InsertImage() 568 switch( aPropInfo.eHeightType ) in InsertImage() 571 aTwipSz.Height() = aPropInfo.nHeight; in InsertImage() [all …]
|
| H A D | swhtml.cxx | 1914 SvxCSS1PropertyInfo aPropInfo; in NextToken() local 1917 aPropInfo, 0, &rDir ); in NextToken() 3388 SvxCSS1PropertyInfo aPropInfo; in NewStdAttr() local 3390 if( ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo, &aLang, &aDir ) ) in NewStdAttr() 3393 !CreateContainer( aClass, aItemSet, aPropInfo, pCntxt ) ) in NewStdAttr() 3394 DoPositioning( aItemSet, aPropInfo, pCntxt ); in NewStdAttr() 3395 InsertAttrs( aItemSet, aPropInfo, pCntxt, sal_True ); in NewStdAttr() 3441 SvxCSS1PropertyInfo aPropInfo; in NewStdAttr() local 3449 if( ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo, &aLang, &aDir ) ) in NewStdAttr() 3450 DoPositioning( aItemSet, aPropInfo, pCntxt ); in NewStdAttr() [all …]
|
| H A D | htmldraw.cxx | 478 SvxCSS1PropertyInfo aPropInfo; in NewMarquee() local 480 ParseStyleOptions( aStyle, aId, aClass, aStyleItemSet, aPropInfo ) ) in NewMarquee() 500 if( SVX_CSS1_LTYPE_TWIP== aPropInfo.eWidthType ) in NewMarquee() 502 aTwipSz.Width() = aPropInfo.nWidth; in NewMarquee() 506 if( SVX_CSS1_LTYPE_TWIP== aPropInfo.eHeightType ) in NewMarquee() 507 aTwipSz.Height() = aPropInfo.nHeight; in NewMarquee() 553 aPropInfo ); in NewMarquee()
|
| H A D | svxcss1.hxx | 172 SvxCSS1PropertyInfo aPropInfo; member in SvxCSS1MapEntry 187 const SvxCSS1PropertyInfo& GetPropertyInfo() const { return aPropInfo; } in GetPropertyInfo() 188 SvxCSS1PropertyInfo& GetPropertyInfo() { return aPropInfo; } in GetPropertyInfo()
|
| H A D | htmltab.cxx | 3034 SvxCSS1PropertyInfo aPropInfo; in CreateBrushItem() local 3052 pCSS1Parser->ParseStyleOption( rStyle, aItemSet, aPropInfo ); in CreateBrushItem() 3345 SvxCSS1PropertyInfo aPropInfo; in _CellSaveStruct() local 3348 aPropInfo, &aLang, &aDir ) ) in _CellSaveStruct() 3349 rParser.InsertAttrs( aItemSet, aPropInfo, pCntxt ); in _CellSaveStruct() 3580 SvxCSS1PropertyInfo aPropInfo; in BuildTableCell() local 3585 aItemSet, aPropInfo, in BuildTableCell() 3843 pCSS1Parser->SetFmtBreak( aItemSet, aPropInfo ); in BuildTableCell()
|
| H A D | htmlcss1.cxx | 1363 SvxCSS1PropertyInfo aPropInfo( pClass->GetPropertyInfo() ); in GetTxtFmtColl() local 1364 aPropInfo.SetBoxItem( aItemSet, MIN_BORDER_DIST ); in GetTxtFmtColl() 1368 SetTxtCollAttrs( pColl, aItemSet, aPropInfo, in GetTxtFmtColl()
|
| H A D | svxcss1.cxx | 700 aPropInfo( rProp ) in SvxCSS1MapEntry()
|
| /AOO41X/main/framework/source/fwi/classes/ |
| H A D | propertysethelper.cxx | 226 css::beans::Property aPropInfo = pIt->second; in setPropertyValue() local 236 css::uno::Any aCurrentValue = impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle); in setPropertyValue() 250 aEvent.PropertyName = aPropInfo.Name; in setPropertyValue() 252 aEvent.PropertyHandle = aPropInfo.Handle; in setPropertyValue() 267 impl_setPropertyValue(aPropInfo.Name, aPropInfo.Handle, aValue); in setPropertyValue() 287 css::beans::Property aPropInfo = pIt->second; in getPropertyValue() local 297 return impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle); in getPropertyValue()
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbadocumentproperties.cxx | 662 …DocPropInfo aPropInfo = DocPropInfo::createDocPropInfo( aProps[ Index ].Name, aProps[ Index ].Name… in getByIndex() local 663 …ence< XDocumentProperty >( new SwVbaCustomDocumentProperty( m_xParent, m_xContext, aPropInfo ) ) ); in getByIndex() 671 DocPropInfo aPropInfo = DocPropInfo::createDocPropInfo( aName, aName, mpPropGetSetHelper ); in getByName() local 672 …ence< XDocumentProperty >( new SwVbaCustomDocumentProperty( m_xParent, m_xContext, aPropInfo ) ) ); in getByName()
|
| /AOO41X/main/forms/source/component/ |
| H A D | propertybaghelper.cxx | 208 ::comphelper::OPropertyArrayAggregationHelper& aPropInfo( impl_ts_getArrayHelper() ); in addProperty() 209 if ( aPropInfo.hasPropertyByName( _rName ) ) in addProperty()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | doctemplates.cxx | 1002 uno::Reference< XPropertySetInfo > aPropInfo = rContent.getProperties(); in setProperty() local 1005 if ( !aPropInfo.is() || !aPropInfo->hasPropertyByName( rPropName ) ) in setProperty() 1069 uno::Reference< XPropertySetInfo > aPropInfo = rContent.getProperties(); in getProperty() local 1072 if ( !aPropInfo.is() || !aPropInfo->hasPropertyByName( rPropName ) ) in getProperty()
|
| H A D | doctempl.cxx | 2708 uno::Reference< XPropertySetInfo > aPropInfo = rContent.getProperties(); in getTextProperty_Impl() local 2711 if ( !aPropInfo.is() || !aPropInfo->hasPropertyByName( rPropName ) ) in getTextProperty_Impl()
|