| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlcss1.cxx | 150 const SvxCSS1PropertyInfo& rPropInfo ) in SetFmtBreak() argument 156 switch( rPropInfo.ePageBreakBefore ) in SetFmtBreak() 179 switch( rPropInfo.ePageBreakAfter ) in SetFmtBreak() 293 SvxCSS1PropertyInfo& rPropInfo, in SetTxtCollAttrs() argument 300 if( (rPropInfo.bLeftMargin || rPropInfo.bRightMargin || in SetTxtCollAttrs() 301 rPropInfo.bTextIndent) && in SetTxtCollAttrs() 302 (!rPropInfo.bLeftMargin || !rPropInfo.bRightMargin || in SetTxtCollAttrs() 303 !rPropInfo.bTextIndent) && in SetTxtCollAttrs() 310 if( rPropInfo.bLeftMargin ) in SetTxtCollAttrs() 312 if( rPropInfo.bRightMargin ) in SetTxtCollAttrs() [all …]
|
| H A D | svxcss1.cxx | 68 SvxCSS1PropertyInfo& rPropInfo, 871 SvxCSS1PropertyInfo& rPropInfo ) in ParseStyleOption() argument 874 pPropInfo = &rPropInfo; in ParseStyleOption() 1754 SvxCSS1PropertyInfo& rPropInfo, in ParseCSS1_font() argument 1837 ParseCSS1_font_size( &aExpr, rItemSet, rPropInfo, rParser ); in ParseCSS1_font() 1848 ParseCSS1_line_height( &aExpr, rItemSet, rPropInfo, rParser ); in ParseCSS1_font() 1857 ParseCSS1_font_family( pExpr, rItemSet, rPropInfo, rParser ); in ParseCSS1_font() 2041 SvxCSS1PropertyInfo& rPropInfo, in ParseCSS1_text_indent() argument 2086 rPropInfo.bTextIndent = sal_True; in ParseCSS1_text_indent() 2094 SvxCSS1PropertyInfo& rPropInfo, in ParseCSS1_margin_left() argument [all …]
|
| H A D | htmlctxt.cxx | 435 SvxCSS1PropertyInfo &rPropInfo, in DoPositioning() argument 445 if( SwCSS1Parser::MayBePositioned( rPropInfo ) ) in DoPositioning() 453 …AnchorAndAdjustment( text::VertOrientation::NONE, text::HoriOrientation::NONE, rItemSet, rPropInfo, in DoPositioning() 457 SetVarSize( rItemSet, rPropInfo, aFrmItemSet ); in DoPositioning() 460 SetSpace( Size(0,0), rItemSet, rPropInfo, aFrmItemSet ); in DoPositioning() 463 SetFrmFmtAttrs( rItemSet, rPropInfo, in DoPositioning() 467 InsertFlyFrame( aFrmItemSet, pContext, rPropInfo.aId, in DoPositioning() 470 rPropInfo.aId.Erase(); in DoPositioning() 479 SvxCSS1PropertyInfo &rPropInfo, in CreateContainer() argument 484 pCSS1Parser->MayBePositioned( rPropInfo ) ) in CreateContainer() [all …]
|
| H A D | swhtml.hxx | 547 SvxCSS1PropertyInfo &rPropInfo, 550 SvxCSS1PropertyInfo &rPropInfo, 554 void InsertAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo, 697 const SvxCSS1PropertyInfo &rPropInfo, 704 const SvxCSS1PropertyInfo &rPropInfo, 707 void SetFrmFmtAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo, 717 SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo, 719 void SetVarSize( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo, 723 SvxCSS1PropertyInfo &rPropInfo, SfxItemSet& rFlyItemSet ); 795 SvxCSS1PropertyInfo &rPropInfo,
|
| H A D | swcss1.hxx | 79 SvxCSS1PropertyInfo& rPropInfo ); 128 const SvxCSS1PropertyInfo& rPropInfo ); 135 const SvxCSS1PropertyInfo& rPropInfo ); 142 static sal_Bool MayBePositioned( const SvxCSS1PropertyInfo& rPropInfo,
|
| H A D | svxcss1.hxx | 268 SvxCSS1PropertyInfo& rPropInfo ); 303 SvxCSS1PropertyInfo& rPropInfo );
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | opropertybag.cxx | 442 ::cppu::IPropertyArrayHelper& rPropInfo = getInfoHelper(); in getPropertyValues() 453 pPropertyValue->Handle = rPropInfo.getHandleByName( *pName ); in getPropertyValues() 483 ::cppu::IPropertyArrayHelper& rPropInfo = getInfoHelper(); in impl_setPropertyValues_throw() 501 *pHandle = rPropInfo.getHandleByName( *pName ); in impl_setPropertyValues_throw() 512 rPropInfo = getInfoHelper(); in impl_setPropertyValues_throw() 513 *pHandle = rPropInfo.getHandleByName( *pName ); in impl_setPropertyValues_throw() 561 ::cppu::IPropertyArrayHelper& rPropInfo = getInfoHelper(); in getPropertyStateByHandle() 563 OSL_VERIFY( rPropInfo.fillPropertyMembersByHandle( NULL, &nAttributes, _nHandle ) ); in getPropertyStateByHandle()
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | PropertySetInfoKey.hxx | 43 ::com::sun::star::beans::XPropertySetInfo >& rPropInfo, 54 ::com::sun::star::beans::XPropertySetInfo >& rPropInfo, in PropertySetInfoKey() 56 xPropInfo( rPropInfo ), in PropertySetInfoKey() 59 OSL_ENSURE( rPropInfo.is(), "prop info missing" ); in PropertySetInfoKey()
|
| /AOO41X/main/forms/source/component/ |
| H A D | propertybaghelper.cxx | 127 ::comphelper::OPropertyArrayAggregationHelper& rPropInfo( impl_ts_getArrayHelper() ); in impl_findFreeHandle() 131 if ( ( nHandle != -1 ) && rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle() 142 if ( !rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nNum + NEW_HANDLE_BASE ) ) in impl_findFreeHandle() 156 while ( rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle()
|