Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx300 if( (rPropInfo.bLeftMargin || rPropInfo.bRightMargin || in SetTxtCollAttrs()
302 (!rPropInfo.bLeftMargin || !rPropInfo.bRightMargin || in SetTxtCollAttrs()
321 if( (rPropInfo.bTopMargin || rPropInfo.bBottomMargin) && in SetTxtCollAttrs()
322 (!rPropInfo.bTopMargin || !rPropInfo.bBottomMargin) && in SetTxtCollAttrs()
491 if( (rPropInfo.bLeftMargin || rPropInfo.bRightMargin) && in SetPageDescAttrs()
494 if( (!rPropInfo.bLeftMargin || !rPropInfo.bRightMargin) && in SetPageDescAttrs()
516 if( (rPropInfo.bTopMargin || rPropInfo.bBottomMargin) && in SetPageDescAttrs()
519 if( (!rPropInfo.bTopMargin || !rPropInfo.bBottomMargin) && in SetPageDescAttrs()
2172 nPrcWidth = rPropInfo.nWidth > 0 ? (sal_uInt8)rPropInfo.nWidth : 1; in SetVarSize()
2176 nWidth = rPropInfo.nWidth > MINFLY ? rPropInfo.nWidth : MINFLY; in SetVarSize()
[all …]
H A Dsvxcss1.cxx874 pPropInfo = &rPropInfo; in ParseStyleOption()
2126 rPropInfo.nLeftMargin = nLeft; in ParseCSS1_margin_left()
2576 rPropInfo.nTopBorderDistance = rPropInfo.nBottomBorderDistance; in ParseCSS1_padding()
2577 rPropInfo.nLeftBorderDistance = rPropInfo.nTopBorderDistance; in ParseCSS1_padding()
2580 rPropInfo.nRightBorderDistance = rPropInfo.nLeftBorderDistance; in ParseCSS1_padding()
2964 ParseCSS1_length( pExpr, rPropInfo.nWidth, rPropInfo.eWidthType, sal_True ); in ParseCSS1_width()
2972 ParseCSS1_length( pExpr, rPropInfo.nHeight, rPropInfo.eHeightType, sal_False ); in ParseCSS1_height()
2980 ParseCSS1_length( pExpr, rPropInfo.nLeft, rPropInfo.eLeftType, sal_True ); in ParseCSS1_left()
2988 ParseCSS1_length( pExpr, rPropInfo.nTop, rPropInfo.eTopType, sal_False ); in ParseCSS1_top()
3018 rPropInfo.nWidth = rPropInfo.nHeight; in ParseCSS1_size()
[all …]
H A Dhtmlctxt.cxx463 SetFrmFmtAttrs( rItemSet, rPropInfo, in DoPositioning()
470 rPropInfo.aId.Erase(); in DoPositioning()
584 if( rPropInfo.bLeftMargin ) in InsertAttrs()
589 if( rPropInfo.nLeftMargin < 0 && in InsertAttrs()
595 if( rPropInfo.bRightMargin ) in InsertAttrs()
606 if( rPropInfo.bTextIndent ) in InsertAttrs()
623 if( !rPropInfo.bTopMargin || !rPropInfo.bBottomMargin ) in InsertAttrs()
628 if( !rPropInfo.bTopMargin ) in InsertAttrs()
630 if( !rPropInfo.bBottomMargin ) in InsertAttrs()
703 if( rPropInfo.aId.Len() ) in InsertAttrs()
[all …]
H A Dswhtml.hxx544 SvxCSS1PropertyInfo &rPropInfo,
547 SvxCSS1PropertyInfo &rPropInfo,
551 void InsertAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
694 const SvxCSS1PropertyInfo &rPropInfo,
701 const SvxCSS1PropertyInfo &rPropInfo,
704 void SetFrmFmtAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
714 SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
716 void SetVarSize( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
720 SvxCSS1PropertyInfo &rPropInfo, SfxItemSet& rFlyItemSet );
790 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 );
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 63 milliseconds