Home
last modified time | relevance | path

Searched refs:aPropInfo (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx387 SvxCSS1PropertyInfo aPropInfo; in InsertEmbed() local
389 ParseStyleOptions( aStyle, aId, aClass, 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()
632 SetSpace( aSpace, aItemSet, aPropInfo, rFrmSet ); in NewObject()
751 SvxCSS1PropertyInfo aPropInfo; in InsertApplet() local
753 ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo ); in InsertApplet()
766 SetSpace( aSpace, aItemSet, aPropInfo, rFrmSet ); in InsertApplet()
940 SvxCSS1PropertyInfo aPropInfo; in InsertFloatingFrame() local
[all …]
H A Dswhtml.cxx3369 SvxCSS1PropertyInfo aPropInfo; in NewStdAttr() local
3422 SvxCSS1PropertyInfo aPropInfo; in NewStdAttr() local
3512 SvxCSS1PropertyInfo aPropInfo; in NewBasefontAttr() local
3710 SvxCSS1PropertyInfo aPropInfo; in NewFontAttr() local
3828 SvxCSS1PropertyInfo aPropInfo; in NewPara() local
3963 SvxCSS1PropertyInfo aPropInfo; in NewHeading() local
4098 SvxCSS1PropertyInfo aPropInfo; in NewTxtFmtColl() local
4248 SvxCSS1PropertyInfo aPropInfo; in NewDefList() local
4718 SvxCSS1PropertyInfo aPropInfo; in NewCharFmt() local
5090 SvxCSS1PropertyInfo aPropInfo; in InsertLineBreak() local
[all …]
H A Dhtmltab.cxx3034 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 Dhtmlsect.cxx134 SvxCSS1PropertyInfo aPropInfo; in NewDivision() local
138 aItemSet, aPropInfo, &aLang, &aDir ); 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()
606 SvxCSS1PropertyInfo aPropInfo; in NewMultiCol() local
609 aItemSet, aPropInfo, &aLang, &aDir ); in NewMultiCol()
645 SetFrmFmtAttrs( aItemSet, aPropInfo, in NewMultiCol()
655 aPropInfo.aId.Erase(); in NewMultiCol()
764 if( aPropInfo.aId.Len() && aPropInfo.aId==aName ) in NewMultiCol()
[all …]
H A Dsvxcss1.cxx700 aPropInfo( rProp ) in SvxCSS1MapEntry()
H A Dsvxcss1.hxx172 SvxCSS1PropertyInfo aPropInfo; member in SvxCSS1MapEntry
187 const SvxCSS1PropertyInfo& GetPropertyInfo() const { return aPropInfo; } in GetPropertyInfo()
188 SvxCSS1PropertyInfo& GetPropertyInfo() { return aPropInfo; } in GetPropertyInfo()
H A Dhtmlgrin.cxx472 SvxCSS1PropertyInfo aPropInfo; in InsertImage() local
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()
577 nHeight = aPropInfo.nHeight; in InsertImage()
963 SvxCSS1PropertyInfo aPropInfo; in InsertBodyOptions() local
1200 SvxCSS1PropertyInfo aPropInfo; in NewAnchor() local
1204 DoPositioning( aItemSet, aPropInfo, pCntxt ); in NewAnchor()
[all …]
H A Dhtmlnum.cxx321 SvxCSS1PropertyInfo aPropInfo; in NewNumBulList() local
327 if( aPropInfo.bLeftMargin ) in NewNumBulList()
332 if( aPropInfo.nLeftMargin < 0 && in NewNumBulList()
333 nAbsLSpace < -aPropInfo.nLeftMargin ) in NewNumBulList()
337 aPropInfo.nLeftMargin > USHRT_MAX ) in NewNumBulList()
345 if( aPropInfo.bTextIndent ) in NewNumBulList()
354 aPropInfo.bLeftMargin = aPropInfo.bTextIndent = sal_False; in NewNumBulList()
355 if( !aPropInfo.bRightMargin ) in NewNumBulList()
372 InsertAttrs( aItemSet, aPropInfo, pCntxt ); in NewNumBulList()
614 SvxCSS1PropertyInfo aPropInfo; in NewNumBulListItem() local
[all …]
H A Dhtmlcss1.cxx1363 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 Dhtmldraw.cxx472 SvxCSS1PropertyInfo aPropInfo; in NewMarquee() local
474 ParseStyleOptions( aStyle, aId, aClass, aStyleItemSet, aPropInfo ) ) in NewMarquee()
494 if( SVX_CSS1_LTYPE_TWIP== aPropInfo.eWidthType ) in NewMarquee()
496 aTwipSz.Width() = aPropInfo.nWidth; in NewMarquee()
500 if( SVX_CSS1_LTYPE_TWIP== aPropInfo.eHeightType ) in NewMarquee()
501 aTwipSz.Height() = aPropInfo.nHeight; in NewMarquee()
547 aPropInfo ); in NewMarquee()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx662 …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()
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx2708 uno::Reference< XPropertySetInfo > aPropInfo = rContent.getProperties(); in getTextProperty_Impl() local
2711 if ( !aPropInfo.is() || !aPropInfo->hasPropertyByName( rPropName ) ) in getTextProperty_Impl()
H A Ddoctemplates.cxx1002 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()
/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx226 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()
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx208 ::comphelper::OPropertyArrayAggregationHelper& aPropInfo( impl_ts_getArrayHelper() ); in addProperty()
209 if ( aPropInfo.hasPropertyByName( _rName ) ) in addProperty()

Completed in 124 milliseconds