Home
last modified time | relevance | path

Searched refs:rPropInfo (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dhtmlcss1.cxx150 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 Dsvxcss1.cxx68 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 Dhtmlctxt.cxx435 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 Dswhtml.hxx547 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 Dswcss1.hxx79 SvxCSS1PropertyInfo& rPropInfo );
128 const SvxCSS1PropertyInfo& rPropInfo );
135 const SvxCSS1PropertyInfo& rPropInfo );
142 static sal_Bool MayBePositioned( const SvxCSS1PropertyInfo& rPropInfo,
H A Dsvxcss1.hxx268 SvxCSS1PropertyInfo& rPropInfo );
303 SvxCSS1PropertyInfo& rPropInfo );
/AOO41X/main/comphelper/source/property/
H A Dopropertybag.cxx442 ::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 DPropertySetInfoKey.hxx43 ::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 Dpropertybaghelper.cxx127 ::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()