Home
last modified time | relevance | path

Searched defs:pAttr (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DElement.cpp41 Attr* pAttr = element._pFirstAttr; in Element() local
60 Attr* pAttr = getAttributeNode(name); in getAttribute() local
70 Attr* pAttr = getAttributeNode(name); in setAttribute() local
87 Attr* pAttr = getAttributeNode(name); in removeAttribute() local
94 Attr* pAttr = _pFirstAttr; in getAttributeNode() local
231 Attr* pAttr = getAttributeNodeNS(namespaceURI, localName); in getAttributeNS() local
241 Attr* pAttr = getAttributeNodeNS(namespaceURI, qualifiedName); in setAttributeNS() local
258 Attr* pAttr = getAttributeNodeNS(namespaceURI, localName); in removeAttributeNS() local
265 Attr* pAttr = _pFirstAttr; in getAttributeNodeNS() local
369 Attr* pAttr = _pFirstAttr; in dispatchNodeRemovedFromDocument() local
[all …]
H A DAttrMap.cpp60 Attr* pAttr = _pElement->getAttributeNode(name); in removeNamedItem() local
70 AbstractNode* pAttr = _pElement->_pFirstAttr; in item() local
79 AbstractNode* pAttr = _pElement->_pFirstAttr; in length() local
108 Attr* pAttr = _pElement->getAttributeNodeNS(namespaceURI, localName); in removeNamedItemNS() local
/dports/devel/poco/poco-1.10.1-all/XML/include/Poco/SAX/
H A DAttributesImpl.h225 Attribute* pAttr = find(qname); in getType() local
235 Attribute* pAttr = find(namespaceURI, localName); in getType() local
252 Attribute* pAttr = find(qname); in getValue() local
262 Attribute* pAttr = find(namespaceURI, localName); in getValue() local
286 Attribute* pAttr = find(qname); in isSpecified() local
296 Attribute* pAttr = find(namespaceURI, localName); in isSpecified() local
/dports/devel/lfcxml/lfcxml-1.3.3/src/
H A DXMLSuite.cc91 Attribute* pAttr= _pDoc->getAttributeList().First(); in getXMLChain() local
122 Attribute* pAttr= _pDoc->getAttributeList().First(); in getXMLChain() local
157 Attribute* pAttr = pElement->getAttributeList().First(); in getXMLForElement() local
203 Attribute* pAttr = pElement->getAttributeList().First(); in getXMLForElement() local
267 Attribute* pAttr = pElement->getAttributeList().First(); in getXMLForElement() local
302 Attribute* pAttr = pElement->getAttributeList().First(); in getXMLForElement() local
H A DDocument.cc101 Attribute* pAttr = _attrList.Find( Attribute( attr ) ); in setAttribute() local
114 Attribute* pAttr = _attrList.Find( Attribute( attr ) ); in getAttributeValue() local
H A DElement.cc143 Attribute* pAttr = _attrList.Find( Attribute( attr ) ); in setAttribute() local
163 Attribute* pAttr = _attrList.Find( Attribute( attr ) ); in getAttributeValue() local
256 Attribute* pAttr = _attrList.First(); in createClone() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/src/
H A Drecogscenario.cpp67 const apr_xml_attr* pAttr; in LoadRecognize() local
93 const apr_xml_attr* pAttr; in LoadDefineGrammar() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dtextdlgs.cxx33 ScCharDlg::ScCharDlg(weld::Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShel… in ScCharDlg()
60 ScParagraphDlg::ScParagraphDlg(weld::Window* pParent, const SfxItemSet* pAttr) in ScParagraphDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/objects/
H A Dobject.cxx144 SvMetaSlot *pAttr = rSlotList[ i ]; in WriteSlotParamArray() local
159 SvMetaSlot * pAttr = rSlotList[ i ]; in WriteSlots() local
183 SvMetaAttribute * pAttr = aAttrList[n]; in InsertSlots() local
261 SvMetaSlot *pAttr = rSlotList[ i ]; in WriteSlotStubs() local
340 SvMetaSlot* pAttr = aSlotList[ i ]; in WriteSfx() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/objects/
H A Dobject.cxx144 SvMetaSlot *pAttr = rSlotList[ i ]; in WriteSlotParamArray() local
159 SvMetaSlot * pAttr = rSlotList[ i ]; in WriteSlots() local
183 SvMetaAttribute * pAttr = aAttrList[n]; in InsertSlots() local
261 SvMetaSlot *pAttr = rSlotList[ i ]; in WriteSlotStubs() local
340 SvMetaSlot* pAttr = aSlotList[ i ]; in WriteSfx() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dtextdlgs.cxx33 ScCharDlg::ScCharDlg(weld::Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShel… in ScCharDlg()
70 ScParagraphDlg::ScParagraphDlg(weld::Window* pParent, const SfxItemSet* pAttr) in ScParagraphDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/
H A Delement.cxx77 for (xmlAttrPtr pAttr = m_aNodePtr->properties; in saxify() local
113 for (xmlAttrPtr pAttr = m_aNodePtr->properties; in fastSaxify() local
264 xmlAttrPtr const pAttr = xmlHasProp(m_aNodePtr, pName); in getAttributeNode() local
292 xmlAttrPtr const pAttr = xmlHasNsProp(m_aNodePtr, pName, pNS); in getAttributeNodeNS() local
422 xmlAttrPtr const pAttr = xmlHasProp(m_aNodePtr, pName); in removeAttribute() local
451 xmlAttrPtr const pAttr = xmlHasNsProp(m_aNodePtr, pName, pURI); in removeAttributeNS() local
478 xmlAttrPtr const pAttr = reinterpret_cast<xmlAttrPtr>(pNode); in removeAttributeNode() local
536 xmlAttrPtr const pAttr = in setAttributeNode_Impl_Lock() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/
H A Delement.cxx77 for (xmlAttrPtr pAttr = m_aNodePtr->properties; in saxify() local
114 for (xmlAttrPtr pAttr = m_aNodePtr->properties; in fastSaxify() local
266 xmlAttrPtr const pAttr = xmlHasProp(m_aNodePtr, pName); in getAttributeNode() local
294 xmlAttrPtr const pAttr = xmlHasNsProp(m_aNodePtr, pName, pNS); in getAttributeNodeNS() local
424 xmlAttrPtr const pAttr = xmlHasProp(m_aNodePtr, pName); in removeAttribute() local
453 xmlAttrPtr const pAttr = xmlHasNsProp(m_aNodePtr, pName, pURI); in removeAttributeNS() local
480 xmlAttrPtr const pAttr = reinterpret_cast<xmlAttrPtr>(pNode); in removeAttributeNode() local
538 xmlAttrPtr const pAttr = in setAttributeNode_Impl_Lock() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp325 CPDF_Object* pAttr = GetAttr(owner, name, false); in GetAttr() local
338 CPDF_Object* pAttr = pAttrDict->GetDirectObjectFor(CFX_ByteString(name)); in GetAttr() local
371 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() local
385 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() local
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() local
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetInteger() local
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Deditor.cpp320 CTermCharAttr* pAttr = GetLineAttr( m_Screen[m_CaretPos.y] ); in MoveLeft() local
337 CTermCharAttr* pAttr = GetLineAttr( m_Screen[m_CaretPos.y] ); in MoveRight() local
383 CTermCharAttr* pAttr = GetLineAttr( m_Screen[m_CaretPos.y] ); in MoveToPrevPage() local
407 CTermCharAttr* pAttr = GetLineAttr( m_Screen[m_CaretPos.y] ); in MoveToNextPage() local
575 CTermCharAttr* pAttr = GetLineAttr( m_Screen[m_CaretPos.y] ); in SetCaretPosX() local
724 CTermCharAttr *pAttr = GetLineAttr( m_Screen[row] ); in SetTextColor() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp365 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); in GetAttr() local
378 CPDF_Object* pAttr = pAttrDict->GetDirectObjectBy(CFX_ByteString(name)); in GetAttr() local
411 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() local
426 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() local
449 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() local
457 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetInteger() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dtool.h53 std::unique_ptr<SfxUInt32Item> pAttr; // associated attribute variable
111 SfxUInt32Item* pAttr; in GetAttr() local
/dports/graphics/pixie/Pixie/src/ri/
H A DuserAttributes.h90 CVariable *pAttr = NULL; variable
129 CVariable *pAttr = NULL; in insert() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dtool.h52 std::unique_ptr<SfxUInt32Item> pAttr; // associated attribute variable
110 SfxUInt32Item* pAttr; in GetAttr() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dtools.cxx77const ShapeAttributeLayerSharedPtr& pAttr ) in getAttributedShapeTransformation()
455 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeTransformation()
474const ShapeAttributeLayerSharedPtr& pAttr ) in getSpriteTransformation()
541 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeUpdateArea()
590 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapePosSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dtools.cxx78const ShapeAttributeLayerSharedPtr& pAttr ) in getAttributedShapeTransformation()
456 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeTransformation()
475const ShapeAttributeLayerSharedPtr& pAttr ) in getSpriteTransformation()
542 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeUpdateArea()
591 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapePosSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DGraphicObject2.cxx61 const GraphicAttr* pAttr ) in ImplRenderTempTile()
104 const Size& rTileSizePixel, const GraphicAttr* pAttr, in ImplRenderTileRecursive()
276 … const Size& rOffset, const GraphicAttr* pAttr, int nTileCacheSize1D) in ImplDrawTiled()
382 const Size& rTileSizePixel, const GraphicAttr* pAttr ) in ImplDrawTiled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DGraphicObject2.cxx61 const GraphicAttr* pAttr ) in ImplRenderTempTile()
104 const Size& rTileSizePixel, const GraphicAttr* pAttr, in ImplRenderTileRecursive()
276 … const Size& rOffset, const GraphicAttr* pAttr, int nTileCacheSize1D ) in ImplDrawTiled()
382 const Size& rTileSizePixel, const GraphicAttr* pAttr ) in ImplDrawTiled()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/uml1model/
H A Dforeignkeyconstraint.cpp180 bool UMLForeignKeyConstraint::addEntityAttributePair(UMLEntityAttribute* pAttr, UMLEntityAttribute*… in addEntityAttributePair()
252 bool UMLForeignKeyConstraint::hasEntityAttributePair(UMLEntityAttribute* pAttr, UMLEntityAttribute*… in hasEntityAttributePair()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Ddlgchar.cxx33 SdCharDlg::SdCharDlg(weld::Window* pParent, const SfxItemSet* pAttr, in SdCharDlg()

12345678910>>...18