/trunk/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 127 AttributeList attribs( xAttribs ); in MediaNodeContext() 390 AttributeList attribs(xAttribs); in SequenceTimeNodeContext() 712 AttributeList attribs( xAttribs ); in AnimScaleContext() 756 Point p = GetPointPercent( xAttribs ); in createFastChildContext() 764 Point p = GetPointPercent( xAttribs ); in createFastChildContext() 772 Point p = GetPointPercent( xAttribs ); in createFastChildContext() 804 AttributeList attribs( xAttribs ); in AnimRotContext() 865 AttributeList attribs( xAttribs ); in AnimMotionContext() 910 Point p = GetPointPercent( xAttribs ); in createFastChildContext() 920 Point p = GetPointPercent( xAttribs ); in createFastChildContext() [all …]
|
H A D | slidetransitioncontext.cxx | 49 …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() 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 …sition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_orient, XML_horz … in createFastChildContext() 137 …maTransition.setOoxTransitionType( aElementToken, xAttribs->getOptionalValueToken( XML_dir, XML_ou… in createFastChildContext() [all …]
|
H A D | commontimenodecontext.cxx | 374 const Reference< XFastAttributeList >& xAttribs, in CommonTimeNodeContext() 379 AttributeList attribs( xAttribs ); in CommonTimeNodeContext() 420 xAttribs->getOptionalValue( XML_evtFilter ); in CommonTimeNodeContext() 425 nInt = xAttribs->getOptionalValueToken( XML_fill, 0 ); in CommonTimeNodeContext() 578 nInt = xAttribs->getOptionalValueToken( XML_restart, 0 ); in CommonTimeNodeContext() 601 xAttribs->getOptionalValue( XML_spd /*"10000" */ ); in CommonTimeNodeContext() 603 xAttribs->getOptionalValue( XML_syncBehavior ); in CommonTimeNodeContext() 605 xAttribs->getOptionalValue( XML_tmFilter ); in CommonTimeNodeContext() 671 AttributeList attribs( xAttribs ); in createFastChildContext() 680 AttributeList attribs( xAttribs ); in createFastChildContext() [all …]
|
H A D | conditioncontext.cxx | 49 …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() 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() 185 …ldContext( ::sal_Int32 aElement, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument [all …]
|
H A D | timetargetelementcontext.cxx | 57 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 D | headerfootercontext.cxx | 34 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 D | layoutnodecontext.cxx | 50 pAtom->iterator().loadFromXAttr( xAttribs ); in IfContext() 51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext() 67 AttributeList aAttribs( xAttribs ); in AlgorithmContext() 88 msName = xAttribs->getOptionalValue( XML_name ); in ChooseContext() 149 xAttribs->getOptionalValue( XML_ref ); in ForEachContext() 151 pAtom->iterator().loadFromXAttr( xAttribs ); in ForEachContext() 317 xAttribs->getOptionalValue( XML_axis ); in createFastChildContext() 318 xAttribs->getOptionalValue( XML_cnt ); in createFastChildContext() 320 xAttribs->getOptionalValue( XML_ptType ); in createFastChildContext() 321 xAttribs->getOptionalValue( XML_st ); in createFastChildContext() [all …]
|
H A D | datamodelcontext.cxx | 43 const Reference< XFastAttributeList >& xAttribs, 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() 55 AttributeList attribs( xAttribs ); in CxnContext() 95 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext() 129 const Reference< XFastAttributeList >& xAttribs, in PtContext() 143 mpPoint->setCnxId( xAttribs->getOptionalValue( XML_cxnId ) ); in PtContext() 201 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext() [all …]
|
/trunk/main/svx/workben/msview/ |
H A D | xmlconfig.cxx | 143 const sal_Int16 nAttrCount = xAttribs.is() ? xAttribs->getLength() : 0; in getAttribute() 147 if( xAttribs->getNameByIndex( i ) == aName ) in getAttribute() 148 return xAttribs->getValueByIndex( i ); in getAttribute() 177 pElement = importAtomConfig( xAttribs, true ); in startElement() 181 pElement = importAtomConfig( xAttribs, false ); in startElement() 185 pElement = importElementConfig( xAttribs ); in startElement() 189 pElement = importValueElementConfig( xAttribs ); in startElement() 193 pElement = importSwitchConfig( xAttribs ); in startElement() 197 pElement = importCaseConfig( xAttribs ); in startElement() 250 gAtomConfigMap[ (UINT16)toInt(getAttribute(xAttribs,"id"))] = aPtr; in importAtomConfig() [all …]
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgdocumenthandler.cxx | 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() 258 mpTarget->parseAttributes(xAttribs); in startElement() [all …]
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablecellcontext.cxx | 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() 74 AttributeList aAttribs( xAttribs ); in createFastChildContext() 79 …mrTableCell.setVertToken( xAttribs->getOptionalValueToken( XML_vert, XML_horz ) ); // ST_TextV… in createFastChildContext() 86 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 89 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 92 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 630 aGuide.maName = xAttribs->getOptionalValue( XML_name ); in createFastChildContext() 631 …aGuide.maFormula = convertToOOEquation( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_f… in createFastChildContext() 678 AttributeList aAttribs( xAttribs ); in XYAdjustHandleContext() 732 AttributeList aAttribs( xAttribs ); in PolarAdjustHandleContext() 823 …mrConnectionSite.ang = GetAdjAngle( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_ang )… in ConnectionSiteContext() 959 xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, in createFastChildContext() 989 AttributeList aAttribs( xAttribs ); in Path2DContext() 1012 const Reference< XFastAttributeList >& xAttribs ) throw ( SAXException, RuntimeException ) in createFastChildContext() 1160 …xContext = new Path2DContext( *this, xAttribs, mrCustomShapeProperties, mrSegments, mrPath2DList.… in createFastChildContext() 2027 sal_Int32 nShapeType = xAttribs->getOptionalValueToken( XML_prst, FastToken::DONTKNOW ); in PresetShapeGeometryContext() [all …]
|
H A D | graphicshapecontext.cxx | 69 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext() 90 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext() 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() 165 AttributeList aAttribs( xAttribs ); in createFastChildContext() 270 msDm = xAttribs->getOptionalValue( R_TOKEN( dm ) ); in createFastChildContext() 271 msLo = xAttribs->getOptionalValue( R_TOKEN( lo ) ); in createFastChildContext() 272 msQs = xAttribs->getOptionalValue( R_TOKEN( qs ) ); in createFastChildContext() 273 msCs = xAttribs->getOptionalValue( R_TOKEN( cs ) ); in createFastChildContext() [all …]
|
H A D | drawingmltypes.cxx | 96 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 D | textparagraphpropertiescontext.cxx | 57 AttributeList attribs( xAttribs ); in TextParagraphPropertiesContext() 62 if ( xAttribs->hasAttribute( XML_algn ) ) 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() 125 if ( xAttribs->hasAttribute( XML_marR ) ) in TextParagraphPropertiesContext() 127 sValue = xAttribs->getOptionalValue( XML_marR ); in TextParagraphPropertiesContext() [all …]
|
H A D | textbodycontext.cxx | 50 …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 D | shapepropertiescontext.cxx | 58 …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 D | transform2dcontext.cxx | 43 …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 D | shapecontext.cxx | 73 …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 D | ScriptMetadataImporter.cxx | 192 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() 248 ::std::make_pair( xAttribs->getValueByName( in startElement() 250 xAttribs->getValueByName( in startElement() 262 ms_filesetname = xAttribs->getValueByName( in startElement() 270 xAttribs->getValueByName( in startElement() 272 xAttribs->getValueByName( in startElement() 284 ms_filename = xAttribs->getValueByName( in startElement() [all …]
|
/trunk/main/framework/source/fwe/xml/ |
H A D | statusbardocumenthandler.cxx | 230 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() 318 …if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_STYLE_IN )… in startElement() 343 …if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_BOOLEAN_TR… in startElement() 358 …if ( xAttribs->getValueByIndex( n ).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_BOOLEAN_TR… in startElement() 373 nWidth = (sal_Int16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement() 379 nOffset = (sal_Int16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement() [all …]
|
H A D | toolboxdocumenthandler.cxx | 261 for ( sal_Int16 n = 0; n < xAttribs->getLength(); 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() 380 nWidth = (sal_uInt16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement() 392 aHelpURL = xAttribs->getValueByIndex( n ); in startElement() 398 aTooltip = xAttribs->getValueByIndex( n ); in startElement() [all …]
|
/trunk/main/framework/source/xml/ |
H A D | imagesdocumenthandler.cxx | 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() 345 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() 354 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement() 360 pItem->nIndex = xAttribs->getValueByIndex( n ).toInt32(); in startElement() 460 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() 469 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement() [all …]
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlExportDocumentHandler.cxx | 68 …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 D | xsecparser.cxx | 47 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()
|