Home
last modified time | relevance | path

Searched refs:pAtt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx995 SvXMLAttributeList* pAtt = new SvXMLAttributeList; in exportColumns() local
996 Reference<XAttributeList> xAtt = pAtt; in exportColumns()
997 exportStyleName(aFind->second.get(),*pAtt); in exportColumns()
1014 SvXMLAttributeList* pAtt = new SvXMLAttributeList; in exportColumns() local
1015 Reference<XAttributeList> xAtt = pAtt; in exportColumns()
1016 exportStyleName(xProp.get(),*pAtt); in exportColumns()
1025 if ( bHidden || sValue.getLength() || aColumnDefault.hasValue() || pAtt->getLength() ) in exportColumns()
1042 if ( pAtt->getLength() ) in exportColumns()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx99 ScAttrArray* pAtt = pCol->pAttrArray; in GetThisCol() local
109 nAttrEnd = pAtt->pData[nAttrPos].nRow; in GetThisCol()
127 pPattern = pAtt->pData[nAttrPos].pPattern; in GetThisCol()
129 else if ( pAtt->pData[nAttrPos].pPattern != pDefPattern ) in GetThisCol()
133 pPattern = pAtt->pData[nAttrPos].pPattern; in GetThisCol()

Completed in 45 milliseconds