Home
last modified time | relevance | path

Searched refs:xAttribs (Results 1 – 25 of 133) sorted by relevance

123456

/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx121 const Reference< XFastAttributeList >& xAttribs, in MediaNodeContext()
123 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in MediaNodeContext()
127 AttributeList attribs( xAttribs ); in MediaNodeContext()
156 … const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
164 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
189 const Reference< XFastAttributeList >& xAttribs, in SetTimeNodeContext()
191 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in SetTimeNodeContext()
222 … const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
230 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
256 const Reference< XFastAttributeList >& xAttribs, in CmdTimeNodeContext()
[all …]
H A Dslidetransitioncontext.cxx49 …ontext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, PropertyMap & aP… in SlideTransitionContext() argument
54 AttributeList attribs(xAttribs); in SlideTransitionContext()
57 maTransition.setOoxTransitionSpeed( xAttribs->getOptionalValueToken( XML_spd, XML_fast ) ); in SlideTransitionContext()
67 xAttribs->getOptionalValue( XML_advTm ); in SlideTransitionContext()
76 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
89 …maTransition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_dir, XML_ho… in createFastChildContext()
98 …maTransition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_dir, XML_l … in createFastChildContext()
110 AttributeList attribs(xAttribs); in createFastChildContext()
120 …maTransition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_dir, XML_l … in createFastChildContext()
128 …ition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_orient, XML_horz )… in createFastChildContext()
[all …]
H A Dcommontimenodecontext.cxx374 const Reference< XFastAttributeList >& xAttribs, in CommonTimeNodeContext()
376 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in CommonTimeNodeContext()
379 AttributeList attribs( xAttribs ); in CommonTimeNodeContext()
387 …double dPercent = ::oox::drawingml::GetPositiveFixedPercentage( xAttribs->getOptionalValue( XML_ac… in CommonTimeNodeContext()
405 …double dPercent = ::oox::drawingml::GetPositiveFixedPercentage( xAttribs->getOptionalValue( XML_de… in CommonTimeNodeContext()
415 aProps[ NP_DURATION ] = GetTime( xAttribs->getOptionalValue( XML_dur) ); in CommonTimeNodeContext()
420 xAttribs->getOptionalValue( XML_evtFilter ); in CommonTimeNodeContext()
425 nInt = xAttribs->getOptionalValueToken( XML_fill, 0 ); in CommonTimeNodeContext()
461 nInt = xAttribs->getOptionalValueToken( XML_masterRel, 0 ); in CommonTimeNodeContext()
480 nInt = xAttribs->getOptionalValueToken( XML_nodeType, 0 ); in CommonTimeNodeContext()
[all …]
H A Dconditioncontext.cxx49 …CondContext::CondContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, in CondContext() argument
51 : TimeNodeContext( rParent, PPT_TOKEN( cond ), xAttribs, pNode ) in CondContext()
57 AttributeList attribs( xAttribs ); in CondContext()
60 sal_Int32 nEvent = xAttribs->getOptionalValueToken( XML_evt, 0 ); in CondContext()
102 maEvent.Offset = GetTime( xAttribs->getOptionalValue( XML_delay ) ); in CondContext()
114 …text( ::sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument
125 aTok = xAttribs->getOptionalValueToken( XML_val, XML_first ); in createFastChildContext()
147 AttributeList attribs( xAttribs ); in createFastChildContext()
172 const Reference< XFastAttributeList >& xAttribs, in CondListContext()
175 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in CondListContext()
[all …]
H A Dtimetargetelementcontext.cxx57 … const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
75 maShapeTarget.msSubShapeId = xAttribs->getOptionalValue( XML_spid ); in createFastChildContext()
87 maShapeTarget.maRange = drawingml::GetIndexRange( xAttribs ); in createFastChildContext()
121 …text( ::sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument
130 OUString aId = xAttribs->getOptionalValue( XML_spid ); in createFastChildContext()
144 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()
153 OUString aId = xAttribs->getOptionalValue( XML_spid ); in createFastChildContext()
H A Dheaderfootercontext.cxx34 const Reference< XFastAttributeList >& xAttribs, HeaderFooter& rHeaderFooter ) in HeaderFooterContext()
37 AttributeList aAttribs( xAttribs ); in HeaderFooterContext()
38 if ( xAttribs->hasAttribute( XML_sldNum ) ) in HeaderFooterContext()
42 if ( xAttribs->hasAttribute( XML_hdr ) ) in HeaderFooterContext()
46 if ( xAttribs->hasAttribute( XML_ftr ) ) in HeaderFooterContext()
50 if ( xAttribs->hasAttribute( XML_dt ) ) in HeaderFooterContext()
/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx43 const Reference< XFastAttributeList >& xAttribs, in IfContext()
45 : LayoutNodeContext( rParent, xAttribs, pNode ) in IfContext()
50 pAtom->iterator().loadFromXAttr( xAttribs ); in IfContext()
51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext()
61 …AlgorithmContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const … in AlgorithmContext() argument
67 AttributeList aAttribs( xAttribs ); in AlgorithmContext()
69 mnType = xAttribs->getOptionalValueToken( XML_type, 0 ); in AlgorithmContext()
83 …ChooseContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const Lay… in ChooseContext() argument
88 msName = xAttribs->getOptionalValue( XML_name ); in ChooseContext()
93 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
[all …]
H A Ddatamodelcontext.cxx43 const Reference< XFastAttributeList >& xAttribs, in CxnContext()
48 sal_Int32 nType = xAttribs->getOptionalValueToken( XML_type, XML_parOf ); in CxnContext()
50 pConnection->msModelId = xAttribs->getOptionalValue( XML_modelId ); in CxnContext()
51 pConnection->msSourceId = xAttribs->getOptionalValue( XML_srcId ); in CxnContext()
52 pConnection->msDestId = xAttribs->getOptionalValue( XML_destId ); in CxnContext()
53 pConnection->msPresId = xAttribs->getOptionalValue( XML_presId ); in CxnContext()
54 pConnection->msSibTransId = xAttribs->getOptionalValue( XML_sibTransId ); in CxnContext()
55 AttributeList attribs( xAttribs ); in CxnContext()
95 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
106 xRet.set( new CxnContext( *this, xAttribs, pConnection ) ); in createFastChildContext()
[all …]
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx68 …startElement(const OUString& aName, const Reference< XAttributeList > & xAttribs) throw( SAXExcept…
79 …OUString getAttribute( const Reference< XAttributeList > & xAttribs, const sal_Char* pName ) throw…
81 …ElementConfigPtr importAtomConfig( const Reference< XAttributeList > & xAttribs, bool bIsContainer…
82 …ElementConfigPtr importElementConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExc…
83 …ElementConfigPtr importSwitchConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExce…
84 …ElementConfigPtr importCaseConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExcept…
85 …ElementConfigPtr importValueElementConfig( const Reference< XAttributeList > & xAttribs ) throw( S…
139 OUString ConfigHandler::getAttribute( const Reference< XAttributeList > & xAttribs, const sal_Char*… in getAttribute() argument
143 const sal_Int16 nAttrCount = xAttribs.is() ? xAttribs->getLength() : 0; in getAttribute()
147 if( xAttribs->getNameByIndex( i ) == aName ) in getAttribute()
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgdocumenthandler.cxx178 …rtl::OUString& aName, const uno::Reference< xml::sax::XAttributeList >& xAttribs ) throw (xml::sax… in startElement() argument
192 mpTarget->parseAttributes(xAttribs); in startElement()
200 mpTarget->parseAttributes(xAttribs); in startElement()
207 mpTarget->parseAttributes(xAttribs); in startElement()
214 mpTarget->parseAttributes(xAttribs); in startElement()
223 mpTarget->parseAttributes(xAttribs); in startElement()
230 mpTarget->parseAttributes(xAttribs); in startElement()
237 mpTarget->parseAttributes(xAttribs); in startElement()
244 mpTarget->parseAttributes(xAttribs); in startElement()
251 mpTarget->parseAttributes(xAttribs); in startElement()
[all …]
/trunk/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx38 …Handler& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableCell& rTabl… in TableCellContext() argument
42 if ( xAttribs->hasAttribute( XML_rowSpan ) ) in TableCellContext()
43 mrTableCell.setRowSpan( xAttribs->getOptionalValue( XML_rowSpan ).toInt32() ); in TableCellContext()
44 if ( xAttribs->hasAttribute( XML_gridSpan ) ) in TableCellContext()
45 mrTableCell.setGridSpan( xAttribs->getOptionalValue( XML_gridSpan ).toInt32() ); in TableCellContext()
47 AttributeList aAttribs( xAttribs ); in TableCellContext()
57 …ontext( ::sal_Int32 aElementToken, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs ) in createFastChildContext() argument
74 AttributeList aAttribs( xAttribs ); in createFastChildContext()
79 …mrTableCell.setVertToken( xAttribs->getOptionalValueToken( XML_vert, XML_horz ) ); … in createFastChildContext()
80 …mrTableCell.setAnchorToken( xAttribs->getOptionalValueToken( XML_anchor, XML_t ) ); … in createFastChildContext()
[all …]
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx446 …star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttribs ) throw (::com::s…
625 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
630 aGuide.maName = xAttribs->getOptionalValue( XML_name ); in createFastChildContext()
631 …aGuide.maFormula = convertToOOEquation( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_f… in createFastChildContext()
649 …AdjPoint2DContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, Custo…
652 …ontext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, CustomShapePrope… in AdjPoint2DContext() argument
655 …rAdjPoint2D.First = GetAdjCoordinate( rCustomShapeProperties, xAttribs->getOptionalValue( XML_x ),… in AdjPoint2DContext()
656 …rAdjPoint2D.Second = GetAdjCoordinate( rCustomShapeProperties, xAttribs->getOptionalValue( XML_y )… in AdjPoint2DContext()
664 …XYAdjustHandleContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, C…
665 …star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttribs ) throw (::com::s…
[all …]
H A Dgraphicshapecontext.cxx61 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
69 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
72 …xRet.set( new BlipFillContext( *this, xAttribs, mpShapePtr->getGraphicProperties().maBlipProps ) ); in createFastChildContext()
90 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
104 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
114 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
122 OUString sUri( xAttribs->getOptionalValue( XML_uri ) ); in createFastChildContext()
140 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
162 …hildContext( sal_Int32 nElement, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
165 AttributeList aAttribs( xAttribs ); in createFastChildContext()
[all …]
H A Ddrawingmltypes.cxx96 Point GetPoint2D( const Reference< XFastAttributeList >& xAttribs ) in GetPoint2D() argument
98 …return Point( GetCoordinate( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOp… in GetPoint2D()
102 Point GetPointPercent( const Reference< XFastAttributeList >& xAttribs ) in GetPointPercent() argument
104 …return Point( GetPercent( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOptio… in GetPointPercent()
259 IntegerRectangle2D GetRelativeRect( const Reference< XFastAttributeList >& xAttribs ) in GetRelativeRect() argument
263 r.X1 = xAttribs->getOptionalValue( XML_l ).toInt32(); in GetRelativeRect()
264 r.Y1 = xAttribs->getOptionalValue( XML_t ).toInt32(); in GetRelativeRect()
265 r.X2 = xAttribs->getOptionalValue( XML_r ).toInt32(); in GetRelativeRect()
266 r.Y2 = xAttribs->getOptionalValue( XML_b ).toInt32(); in GetRelativeRect()
274 Size GetSize2D( const Reference< XFastAttributeList >& xAttribs ) in GetSize2D() argument
[all …]
H A Dtextparagraphpropertiescontext.cxx48 … const Reference< XFastAttributeList >& xAttribs, in TextParagraphPropertiesContext()
57 AttributeList attribs( xAttribs ); in TextParagraphPropertiesContext()
62 if ( xAttribs->hasAttribute( XML_algn ) ) in TextParagraphPropertiesContext()
64 sal_Int32 nAlign = xAttribs->getOptionalValueToken( XML_algn, XML_l ); in TextParagraphPropertiesContext()
77 if ( xAttribs->hasAttribute( XML_latinLnBrk ) ) in TextParagraphPropertiesContext()
88 if ( xAttribs->hasAttribute( XML_hangingPunct ) ) in TextParagraphPropertiesContext()
95 if ( xAttribs->hasAttribute( XML_indent ) ) in TextParagraphPropertiesContext()
97 sValue = xAttribs->getOptionalValue( XML_indent ); in TextParagraphPropertiesContext()
118 if ( xAttribs->hasAttribute( XML_marL ) ) in TextParagraphPropertiesContext()
120 sValue = xAttribs->getOptionalValue( XML_marL ); in TextParagraphPropertiesContext()
[all …]
H A Dtextbodycontext.cxx50 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep…
73 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
99 xRet.set( new TextFieldContext( *this, xAttribs, *pField ) ); in createFastChildContext()
103 … xRet.set( new TextParagraphPropertiesContext( *this, xAttribs, mrParagraph.getProperties() ) ); in createFastChildContext()
106 … xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mrParagraph.getEndProperties() ) ); in createFastChildContext()
152 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs) throw (SAXExcept… in createFastChildContext() argument
159 …xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mpRunPtr->getTextCharacterPropertie… in createFastChildContext()
185 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
192 … xRet.set( new TextBodyPropertiesContext( *this, xAttribs, mrTextBody.getTextProperties() ) ); in createFastChildContext()
H A Dshapepropertiescontext.cxx58 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
66 xRet.set( new Transform2DContext( *this, xAttribs, mrShape ) ); in createFastChildContext()
71 …xRet.set( new CustomShapeGeometryContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) )… in createFastChildContext()
77 sal_Int32 nToken = xAttribs->getOptionalValueToken( XML_prst, 0 ); in createFastChildContext()
83 …xRet.set( new PresetShapeGeometryContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) )… in createFastChildContext()
88 … xRet.set( new PresetTextShapeContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) ) ); in createFastChildContext()
93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext()
110 …xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrShape.getFil… in createFastChildContext()
H A Dtransform2dcontext.cxx43 …ontext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, Shape& rShape ) … in Transform2DContext() argument
47 AttributeList aAttributeList( xAttribs ); in Transform2DContext()
52 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
57 …mrShape.setPosition( Point( xAttribs->getOptionalValue( XML_x ).toInt32(), xAttribs->getOptionalVa… in createFastChildContext()
60 …mrShape.setSize( Size( xAttribs->getOptionalValue( XML_cx ).toInt32(), xAttribs->getOptionalValue(… in createFastChildContext()
H A Dshapecontext.cxx73 …ontext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw (SAXExcep… in createFastChildContext() argument
84 AttributeList aAttribs( xAttribs ); in createFastChildContext()
86 mpShapePtr->setId( xAttribs->getOptionalValue( XML_id ) ); in createFastChildContext()
87 mpShapePtr->setName( xAttribs->getOptionalValue( XML_name ) ); in createFastChildContext()
91 mpShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, XML_obj ) ); in createFastChildContext()
92 mpShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
/trunk/main/scripting/source/storage/
H A DScriptMetadataImporter.cxx192 const Reference< xml::sax::XAttributeList >& xAttribs ) in startElement()
210 m_ScriptData.language = xAttribs->getValueByName( in startElement()
217 ms_localeLang = xAttribs->getValueByName( in startElement()
224 ms_localeDisName = xAttribs->getValueByName( in startElement()
231 m_ScriptData.functionname = xAttribs->getValueByName( in startElement()
238 m_ScriptData.logicalname = xAttribs->getValueByName( in startElement()
248 ::std::make_pair( xAttribs->getValueByName( in startElement()
250 xAttribs->getValueByName( in startElement()
254 ::rtl::OUStringToOString( xAttribs->getValueByName( in startElement()
257 ::rtl::OUStringToOString( xAttribs->getValueByName( in startElement()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx230 const ::rtl::OUString& aName, const Reference< XAttributeList > &xAttribs ) in startElement()
277 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
279 pStatusBarEntry = m_aStatusBarMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
287 aCommandURL = xAttribs->getValueByIndex( n ); in startElement()
293 …if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_ALIGN_LEFT… in startElement()
298 …else if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_ALIGN… in startElement()
303 …else if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_ALIGN… in startElement()
318 …if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_STYLE_IN )… in startElement()
323 …else if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_STYLE… in startElement()
328 …else if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_STYLE… in startElement()
[all …]
H A Dtoolboxdocumenthandler.cxx239 const ::rtl::OUString& aName, const Reference< XAttributeList > &xAttribs ) in startElement()
261 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
263 pToolBoxEntry = m_aToolBoxMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
269 aUIName = xAttribs->getValueByIndex( n ); in startElement()
331 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
333 pToolBoxEntry = m_aToolBoxMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
340 aLabel = xAttribs->getValueByIndex( n ); in startElement()
346 aBitmapName = xAttribs->getValueByIndex( n ); in startElement()
353 aCommandURL = xAttribs->getValueByIndex( n ).intern(); in startElement()
359 nItemBits = (sal_uInt16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
[all …]
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx191 const ::rtl::OUString& aName, const Reference< XAttributeList > &xAttribs ) in startElement()
237 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
246 m_pImages->aURL = xAttribs->getValueByIndex( n ); in startElement()
252 ::rtl::OUString aColor = xAttribs->getValueByIndex( n ); in startElement()
269 m_pImages->aMaskURL = xAttribs->getValueByIndex( n ); in startElement()
275 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement()
294 m_pImages->aHighContrastURL = xAttribs->getValueByIndex( n ); in startElement()
300 m_pImages->aHighContrastMaskURL = xAttribs->getValueByIndex( n ); in startElement()
345 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx68 …ddress(const ::rtl::OUString & _sName, const uno::Reference< xml::sax::XAttributeList > & xAttribs) in lcl_correctCellAddress() argument
70 SvXMLAttributeList* pList = SvXMLAttributeList::getImplementation(xAttribs); in lcl_correctCellAddress()
154 …::OUString & _sName, const uno::Reference< xml::sax::XAttributeList > & xAttribs) throw (uno::Runt… in startElement() argument
216 m_xDelegatee->startElement(_sName,xAttribs); in startElement()
226 SvXMLAttributeList* pList = SvXMLAttributeList::getImplementation(xAttribs); in startElement()
232 lcl_correctCellAddress(s_sCellAddress,xAttribs); in startElement()
237 lcl_correctCellAddress(s_sCellAddress,xAttribs); in startElement()
241 SvXMLAttributeList* pList = SvXMLAttributeList::getImplementation(xAttribs); in startElement()
250 m_xDelegatee->startElement(_sName,xAttribs); in startElement()
425 uno::Reference< xml::sax::XAttributeList > xAttribs = pList; in exportTableRows() local
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx47 rtl::OUString XSecParser::getIdAttr(const cssu::Reference< cssxs::XAttributeList >& xAttribs ) in getIdAttr() argument
49 rtl::OUString ouIdAttr = xAttribs->getValueByName( in getIdAttr()
54 ouIdAttr = xAttribs->getValueByName( in getIdAttr()
92 const cssu::Reference< cssxs::XAttributeList >& xAttribs ) in startElement()
97 rtl::OUString ouIdAttr = getIdAttr(xAttribs); in startElement()
113 … rtl::OUString ouUri = xAttribs->getValueByName(rtl::OUString(RTL_ASCII_USTRINGPARAM(ATTR_URI))); in startElement()
136 …rtl::OUString ouAlgorithm = xAttribs->getValueByName(rtl::OUString(RTL_ASCII_USTRINGPARAM(ATTR_ALG… in startElement()
197 m_xNextHandler->startElement(aName, xAttribs); in startElement()

123456