Home
last modified time | relevance | path

Searched refs:aAttribs (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx56 AttributeList aAttribs( rxAttribs ); in GradientFillContext() local
64 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
71 if( aAttribs.hasAttribute( XML_pos ) ) in createFastChildContext()
106 AttributeList aAttribs( rxAttribs ); in PatternFillContext() local
133 AttributeList aAttribs( rxAttribs ); in ColorChangeContext() local
134 mbUseAlpha = aAttribs.getBool( XML_useA, true ); in ColorChangeContext()
163 AttributeList aAttribs( rxAttribs ); in BlipContext() local
164 if( aAttribs.hasAttribute( R_TOKEN( embed ) ) ) in BlipContext()
183 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
209 AttributeList aAttribs( rxAttribs ); in BlipFillContext() local
[all …]
H A Dtextcharacterpropertiescontext.cxx52 AttributeList aAttribs( rXAttributes ); in TextCharacterPropertiesContext() local
53 if ( aAttribs.hasAttribute( XML_lang ) ) in TextCharacterPropertiesContext()
54 mrTextCharacterProperties.moLang = aAttribs.getString( XML_lang ); in TextCharacterPropertiesContext()
55 if ( aAttribs.hasAttribute( XML_sz ) ) in TextCharacterPropertiesContext()
57 if ( aAttribs.hasAttribute( XML_u ) ) in TextCharacterPropertiesContext()
59 if ( aAttribs.hasAttribute( XML_strike ) ) in TextCharacterPropertiesContext()
63 if ( aAttribs.hasAttribute( XML_b ) ) in TextCharacterPropertiesContext()
64 mrTextCharacterProperties.moBold = aAttribs.getBool( XML_b ); in TextCharacterPropertiesContext()
65 if ( aAttribs.hasAttribute( XML_i ) ) in TextCharacterPropertiesContext()
66 mrTextCharacterProperties.moItalic = aAttribs.getBool( XML_i ); in TextCharacterPropertiesContext()
[all …]
H A Dcolorchoicecontext.cxx49 AttributeList aAttribs( rxAttribs ); in startFastElement() local
54 aAttribs.getInteger( XML_r, 0 ), in startFastElement()
55 aAttribs.getInteger( XML_g, 0 ), in startFastElement()
56 aAttribs.getInteger( XML_b, 0 ) ); in startFastElement()
60 mrColor.setSrgbClr( aAttribs.getIntegerHex( XML_val, 0 ) ); in startFastElement()
65 aAttribs.getInteger( XML_hue, 0 ), in startFastElement()
66 aAttribs.getInteger( XML_sat, 0 ), in startFastElement()
67 aAttribs.getInteger( XML_lum, 0 ) ); in startFastElement()
72 aAttribs.getToken( XML_val, XML_TOKEN_INVALID ), in startFastElement()
73 aAttribs.getIntegerHex( XML_lastClr, -1 ) ); in startFastElement()
[all …]
H A Dlinepropertiescontext.cxx45 AttributeList aAttribs( xAttribs ); in LinePropertiesContext() local
46 mrLineProperties.moLineWidth = aAttribs.getInteger( XML_w ); in LinePropertiesContext()
47 mrLineProperties.moLineCompound = aAttribs.getToken( XML_cmpd ); in LinePropertiesContext()
48 mrLineProperties.moLineCap = aAttribs.getToken( XML_cap ); in LinePropertiesContext()
58 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
71 mrLineProperties.moPresetDash = aAttribs.getToken( XML_val ); in createFastChildContext()
78 aAttribs.getInteger( XML_d, 0 ), aAttribs.getInteger( XML_sp, 0 ) ) ); in createFastChildContext()
93 rArrowProps.moArrowType = aAttribs.getToken( XML_type ); in createFastChildContext()
94 rArrowProps.moArrowWidth = aAttribs.getToken( XML_w ); in createFastChildContext()
95 rArrowProps.moArrowLength = aAttribs.getToken( XML_len ); in createFastChildContext()
H A Dcustomshapegeometry.cxx678 AttributeList aAttribs( xAttribs ); in XYAdjustHandleContext() local
679 if ( aAttribs.hasAttribute( XML_gdRefX ) ) in XYAdjustHandleContext()
683 if ( aAttribs.hasAttribute( XML_minX ) ) in XYAdjustHandleContext()
687 if ( aAttribs.hasAttribute( XML_maxX ) ) in XYAdjustHandleContext()
691 if ( aAttribs.hasAttribute( XML_gdRefY ) ) in XYAdjustHandleContext()
695 if ( aAttribs.hasAttribute( XML_minY ) ) in XYAdjustHandleContext()
699 if ( aAttribs.hasAttribute( XML_maxY ) ) in XYAdjustHandleContext()
732 AttributeList aAttribs( xAttribs ); in PolarAdjustHandleContext() local
737 if ( aAttribs.hasAttribute( XML_minR ) ) in PolarAdjustHandleContext()
741 if ( aAttribs.hasAttribute( XML_maxR ) ) in PolarAdjustHandleContext()
[all …]
H A Dgraphicshapecontext.cxx165 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
171 mrOleObjectInfo.maShapeId = aAttribs.getXString( XML_spid, OUString() ); in createFastChildContext()
172 …const Relation* pRelation = getRelations().getRelationFromRelId( aAttribs.getString( R_TOKEN( id )… in createFastChildContext()
188 mrOleObjectInfo.maName = aAttribs.getXString( XML_name, OUString() ); in createFastChildContext()
189 mrOleObjectInfo.maProgId = aAttribs.getXString( XML_progId, OUString() ); in createFastChildContext()
190 mrOleObjectInfo.mbShowAsIcon = aAttribs.getBool( XML_showAsIcon, false ); in createFastChildContext()
201 mrOleObjectInfo.mbAutoUpdate = aAttribs.getBool( XML_updateAutomatic, false ); in createFastChildContext()
303 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
304 …mrChartShapeInfo.maFragmentPath = getFragmentPathFromRelId( aAttribs.getString( R_TOKEN( id ), OUS… in createFastChildContext()
H A Dtextbodypropertiescontext.cxx54 AttributeList aAttribs( xAttributes ); in TextBodyPropertiesContext() local
57 sal_Int32 nWrappingType = aAttribs.getToken( XML_wrap, XML_square ); in TextBodyPropertiesContext()
96 bool bAnchorCenter = aAttribs.getBool( XML_anchorCtr, false ); in TextBodyPropertiesContext()
114 mrTextBodyProp.moRotation = aAttribs.getInteger( XML_rot ); in TextBodyPropertiesContext()
123 mrTextBodyProp.moVert = aAttribs.getToken( XML_vert ); in TextBodyPropertiesContext()
124 bool bRtl = aAttribs.getBool( XML_rtl, false ); in TextBodyPropertiesContext()
H A Dthemeelementscontext.cxx159 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
173 mxCharProps->maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
177 mxCharProps->maAsianFont.setAttributes( aAttribs ); in createFastChildContext()
181 mxCharProps->maComplexFont.setAttributes( aAttribs ); in createFastChildContext()
H A Dshapestylecontext.cxx61 AttributeList aAttribs( rxAttributes ); in createFastChildContext() local
71 …rStyleRef.mnThemedIdx = (nToken == XML_fontRef) ? aAttribs.getToken( XML_idx, XML_none ) : aAttrib… in createFastChildContext()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1984 pAttr = GetAttrib( aAttribs, nAttr ); in ~CharAttribList()
2014 aAttribs.Insert( pAttrib, x ); in InsertAttrib()
2020 aAttribs.Insert( pAttrib, nCount ); in InsertAttrib()
2030 qsort( (void*)aAttribs.GetData(), aAttribs.Count(), sizeof( EditCharAttrib* ), CompareStart ); in ResortAttribs()
2068 sal_uInt16 nAttr = aAttribs.Count()-1; in FindAttrib()
2074 pAttr = GetAttrib( aAttribs, --nAttr ); in FindAttrib()
2120 sal_uInt16 nAttr = aAttribs.Count()-1; in HasBoundingAttrib()
2126 pAttr = GetAttrib( aAttribs, --nAttr ); in HasBoundingAttrib()
2142 pAttr = GetAttrib( aAttribs, nAttr ); in FindEmptyAttrib()
2175 EditCharAttrib* pAttr = aAttribs[nAttr]; in DeleteEmptyAttribs()
[all …]
H A Dimpedit5.cxx448 SfxItemSet aAttribs( ((ImpEditEngine*)this)->GetEmptyItemSet() ); in GetAttribs() local
461 aAttribs.Set( pNode->GetStyleSheet()->GetItemSet(), sal_True ); in GetAttribs()
464 aAttribs.Put( pNode->GetContentAttribs().GetItems() ); in GetAttribs()
489 aAttribs.Put( *pAttr->GetItem() ); in GetAttribs()
501 aAttribs.Put( *pAttr->GetItem() ); in GetAttribs()
508 ( *pAttr->GetItem() != aAttribs.Get( pAttr->Which() ) ) ) in GetAttribs()
510 aAttribs.InvalidateItem( pAttr->Which() ); in GetAttribs()
524 return aAttribs; in GetAttribs()
688 SfxItemSet aAttribs( GetParaAttribs( nNode ) ); in RemoveCharAttribs() local
690 aAttribs.ClearItem( nW ); in RemoveCharAttribs()
[all …]
H A Deditobj.cxx211 aAttribs.Insert( pMyAttr, aAttribs.Count() ); in ContentInfo()
228 for ( sal_uInt16 nAttr = 0; nAttr < aAttribs.Count(); nAttr++ ) in ~ContentInfo()
230 XEditAttribute* pAttr = aAttribs.GetObject(nAttr); in ~ContentInfo()
235 aAttribs.Remove( 0, aAttribs.Count() ); in ~ContentInfo()
271 (aAttribs.Count() == rCompare.aAttribs.Count() ) && in operator ==()
275 const sal_uInt16 nCount = aAttribs.Count(); in operator ==()
276 if( nCount == rCompare.aAttribs.Count() ) in operator ==()
281 if( !(*aAttribs.GetObject(n) == *rCompare.aAttribs.GetObject(n)) ) in operator ==()
H A Deditdoc.hxx205 CharAttribArray aAttribs; member in CharAttribList
227 sal_uInt16 Count() { return aAttribs.Count(); } in Count()
228 void Clear() { aAttribs.Remove( 0, aAttribs.Count()); } in Clear()
239 CharAttribArray& GetAttribs() { return aAttribs; } in GetAttribs()
240 const CharAttribArray& GetAttribs() const { return aAttribs; } in GetAttribs()
/trunk/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx47 AttributeList aAttribs( xAttribs ); in TableCellContext() local
48 mrTableCell.sethMerge( aAttribs.getBool( XML_hMerge, sal_False ) ); in TableCellContext()
49 mrTableCell.setvMerge( aAttribs.getBool( XML_vMerge, sal_False ) ); in TableCellContext()
74 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
75 mrTableCell.setLeftMargin( aAttribs.getInteger( XML_marL, 91440 ) ); in createFastChildContext()
76 mrTableCell.setRightMargin( aAttribs.getInteger( XML_marR, 91440 ) ); in createFastChildContext()
77 mrTableCell.setTopMargin( aAttribs.getInteger( XML_marT, 45720 ) ); in createFastChildContext()
78 mrTableCell.setBottomMargin( aAttribs.getInteger( XML_marB, 45720 ) ); in createFastChildContext()
81 mrTableCell.setAnchorCtr( aAttribs.getBool( XML_anchorCtr, sal_False ) ); in createFastChildContext()
H A Dtablecontext.cxx59 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
60 mrTableProperties.isRtl() = aAttribs.getBool( XML_rtl, sal_False ); in createFastChildContext()
61 mrTableProperties.isFirstRow() = aAttribs.getBool( XML_firstRow, sal_False ); in createFastChildContext()
62 mrTableProperties.isFirstCol() = aAttribs.getBool( XML_firstCol, sal_False ); in createFastChildContext()
63 mrTableProperties.isLastRow() = aAttribs.getBool( XML_lastRow, sal_False ); in createFastChildContext()
64 mrTableProperties.isLastCol() = aAttribs.getBool( XML_lastCol, sal_False ); in createFastChildContext()
65 mrTableProperties.isBandRow() = aAttribs.getBool( XML_bandRow, sal_False ); in createFastChildContext()
66 mrTableProperties.isBandCol() = aAttribs.getBool( XML_bandCol, sal_False ); in createFastChildContext()
H A Dtablestyletextstylecontext.cxx66 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
75 mrTableStylePart.getAsianFont().setAttributes( aAttribs ); in createFastChildContext()
78 mrTableStylePart.getComplexFont().setAttributes( aAttribs ); in createFastChildContext()
81 mrTableStylePart.getSymbolFont().setAttributes( aAttribs ); in createFastChildContext()
84 mrTableStylePart.getLatinFont().setAttributes( aAttribs ); in createFastChildContext()
90 rFontStyle.mnThemedIdx = aAttribs.getToken( XML_idx, XML_none ); in createFastChildContext()
H A Dtablestylecellstylecontext.cxx56 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
88 rLineStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
105 rStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1041 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1042 aAttribs[i].Value = mapFontColor( aFont.GetFillColor() ); in retrieveCharacterAttributes()
1049 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1058 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1066 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1074 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1090 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1098 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1106 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
1114 aAttribs[i].Handle = -1; in retrieveCharacterAttributes()
[all …]
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx725 ::std::vector< AttributeData > aAttribs; in callbackStartElement()
741 aAttribs.resize( aAttribs.size() + 1 ); in callbackStartElement()
742 aAttribs.back().maPrefix = OString( pPrefix, nPrefixLen ); in callbackStartElement()
743 aAttribs.back().maName = OString( pName, nNameLen ); in callbackStartElement()
744 aAttribs.back().maValue = OString( awAttributes[i+1] ); in callbackStartElement()
756 aAttribs.resize( aAttribs.size() + 1 ); in callbackStartElement()
757 aAttribs.back().maName = OString( pName, nNameLen ); in callbackStartElement()
758 aAttribs.back().maValue = OString( awAttributes[i+1] ); in callbackStartElement()
764 …for( ::std::vector< AttributeData >::const_iterator aIt = aAttribs.begin(), aEnd = aAttribs.end();… in callbackStartElement()
/trunk/main/oox/source/ppt/
H A Dheaderfootercontext.cxx37 AttributeList aAttribs( xAttribs ); in HeaderFooterContext() local
40 rHeaderFooter.mbSlideNumber = aAttribs.getBool( XML_sldNum, sal_True ); in HeaderFooterContext()
44 rHeaderFooter.mbHeader = aAttribs.getBool( XML_hdr, sal_True ); in HeaderFooterContext()
48 rHeaderFooter.mbFooter = aAttribs.getBool( XML_ftr, sal_True ); in HeaderFooterContext()
52 rHeaderFooter.mbDateTime = aAttribs.getBool( XML_dt, sal_True ); in HeaderFooterContext()
H A Dslidefragmenthandler.cxx76 AttributeList aAttribs( xAttribs ); in createFastChildContext() local
82 OptValue< bool > aShowMasterSp = aAttribs.getBool( XML_showMasterSp ); in createFastChildContext()
96 OptValue< bool > aShow = aAttribs.getBool( XML_show ); in createFastChildContext()
129 aInfo.setShapeId( aAttribs.getInteger( XML_spid, 0 ) ); in createFastChildContext()
130 …aInfo.maFragmentPath = getFragmentPathFromRelId( aAttribs.getString( R_TOKEN( id ), OUString() ) ); in createFastChildContext()
131 aInfo.maName = aAttribs.getXString( XML_name, OUString() ); in createFastChildContext()
/trunk/main/sw/source/ui/shells/
H A Dlanghelper.cxx354 SvUShortsSort aAttribs; in SetLanguage_None() local
358 aAttribs.Insert( aLangWhichId_Writer[i] ); in SetLanguage_None()
363 rWrtSh.ResetAttr( &aAttribs ); in SetLanguage_None()
391 SvUShortsSort aAttribs; in ResetLanguages() local
392 aAttribs.Insert( RES_CHRATR_LANGUAGE ); in ResetLanguages()
393 aAttribs.Insert( RES_CHRATR_CJK_LANGUAGE ); in ResetLanguages()
394 aAttribs.Insert( RES_CHRATR_CTL_LANGUAGE ); in ResetLanguages()
395 rWrtSh.ResetAttr( &aAttribs ); in ResetLanguages()
/trunk/main/oox/source/core/
H A Drelationshandler.cxx74 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
80 aRelation.maId = aAttribs.getString( XML_Id, OUString() ); in createFastChildContext()
81 aRelation.maType = aAttribs.getString( XML_Type, OUString() ); in createFastChildContext()
82 … aRelation.maTarget = removeDuplicateSlashes( aAttribs.getString( XML_Target, OUString() ) ); in createFastChildContext()
85 sal_Int32 nTargetMode = aAttribs.getToken( XML_TargetMode, XML_Internal ); in createFastChildContext()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx1055 SfxItemSet aAttribs = pEditView->GetAttribs(); in GetAttrState() local
1056 rSet.Put( aAttribs ); in GetAttrState()
1074 ScViewUtil::PutItemScript( rSet, aAttribs, EE_CHAR_FONTINFO, nInputScript ); in GetAttrState()
1076 ScViewUtil::PutItemScript( rSet, aAttribs, EE_CHAR_FONTHEIGHT, nInputScript ); in GetAttrState()
1078 ScViewUtil::PutItemScript( rSet, aAttribs, EE_CHAR_WEIGHT, nScript ); in GetAttrState()
1080 ScViewUtil::PutItemScript( rSet, aAttribs, EE_CHAR_ITALIC, nScript ); in GetAttrState()
1084 SfxItemState eState = aAttribs.GetItemState( EE_CHAR_UNDERLINE, sal_True ); in GetAttrState()
1095 aAttribs.Get(EE_CHAR_UNDERLINE)).GetLineStyle(); in GetAttrState()
1114 aAttribs.Get( EE_CHAR_ESCAPEMENT ) ).GetEnumValue(); in GetAttrState()
1126 eState = aAttribs.GetItemState( EE_CHAR_KERNING, sal_True ); in GetAttrState()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx456 EECharAttribArray aAttribs; in ForceStyleToHardAttributes() local
457 pEditEngine->GetCharAttribs(nPara, aAttribs); in ForceStyleToHardAttributes()
460 for(nAttrib = 0; nAttrib < aAttribs.Count(); nAttrib++) in ForceStyleToHardAttributes()
462 struct EECharAttrib aAttrib(aAttribs.GetObject(nAttrib)); in ForceStyleToHardAttributes()
491 for(nAttrib = 0; nAttrib < aAttribs.Count(); nAttrib++) in ForceStyleToHardAttributes()
493 struct EECharAttrib aAttrib(aAttribs.GetObject(nAttrib)); in ForceStyleToHardAttributes()

Completed in 123 milliseconds

12