/aoo4110/main/writerfilter/qa/cppunittests/xxml/ |
H A D | testXXML.cxx | 34 QName_t tag; member in Node 38 Node(QName_t tag) : prev(NULL), next(NULL), tag(tag) { in Node() 51 Table(QName_t tag):Node(tag) {}; in Table() 59 Row(QName_t tag, Table &parent) : Node(tag), parent(parent) {}; in Row() 67 Cell(QName_t tag, Row &parent) : Node(tag), parent(parent) {}; in Cell()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/ |
H A D | ConverterCapabilitiesImpl.java | 43 public boolean canConvertTag(String tag) { in canConvertTag() 77 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | ConverterCapabilitiesImpl.java | 43 public boolean canConvertTag(String tag) { in canConvertTag() 77 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | ConverterCapabilitiesImpl.java | 44 public boolean canConvertTag(String tag) { in canConvertTag() 66 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | ConverterCapabilitiesImpl.java | 44 public boolean canConvertTag(String tag) { in canConvertTag() 66 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | ConverterCapabilitiesImpl.java | 43 public boolean canConvertTag(String tag) { in canConvertTag() 77 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | ConverterCapabilitiesImpl.java | 43 public boolean canConvertTag(String tag) { in canConvertTag() 77 public boolean canConvertAttribute(String tag, in canConvertAttribute()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/ |
H A D | ConverterCapabilities.java | 48 boolean canConvertTag(String tag); in canConvertTag() 61 boolean canConvertAttribute(String tag, String attribute); in canConvertAttribute()
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_resource.cxx | 96 void checkPrimarySubtag(::rtl::OUString const & tag) in checkPrimarySubtag() 122 void checkSecondSubtag(::rtl::OUString const & tag, bool & bIsCountry) in checkSecondSubtag() 157 void checkThirdSubtag(::rtl::OUString const & tag) in checkThirdSubtag()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 52 sal_uInt32 tag; /**< TrueType file tag */ member 73 sal_uInt32 tag; member 268 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this) in TrueTypeCreatorNewEmpty() 288 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag) in RemoveTable() 457 sal_uInt32 tag; member 603 sal_uInt32 tag; member 632 static int GetRawData_head(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_head() 930 sal_uInt32 tag; member 962 TrueTypeTable *TrueTypeTableNew(sal_uInt32 tag, in TrueTypeTableNew() 1179 int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData() [all …]
|
H A D | ttcr.hxx | 48 …sal_uInt32 tag; /* table tag … member
|
H A D | sft.cxx | 1730 sal_uInt32 length, tag; in doOpenTTFont() local 2304 sal_uInt32 tag = GetUInt32(sfntP + 12, 16 * i, 1); in GlyphOffsetsNew() local 2356 sal_uInt32 tag = GetUInt32(sfntP + 12, 16 * i, 1); in DumpSfnts() local
|
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/ |
H A D | TagPair.java | 94 Tag tag=(Tag)tagList.get(0); in TagPair() local 232 private String wrap(Tag tag) throws IOException{ in wrap()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | XMLTools.java | 363 String tag = (String) tagStack.elementAt(i) ; in printError() local 388 public void addTag(String tag) { in addTag() 395 public void addTagEnclosed(String tag, String outerTag) { in addTagEnclosed() 640 public void addTag(Tag tag) { in addTag() 645 public void addTagEnclosed(Tag tag, Tag outerTag) { in addTagEnclosed() 664 Tag[] tag = (Tag[]) tags.elementAt(i); in startElement() local 735 Tag[] tag = (Tag[]) tags.elementAt(i) ; in check() local
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 727 #define TAG_ON( tag ) HTMLOutFuncs::Out_AsciiTag( (*m_pStream), tag ) argument 728 #define TAG_OFF( tag ) HTMLOutFuncs::Out_AsciiTag( (*m_pStream), tag, sal_False ) argument 732 #define TAG_ON_LF( tag ) (TAG_ON( tag ) << ODatabaseImportExport::sNewLine << GetIndentStr()) argument 733 #define TAG_OFF_LF( tag ) (TAG_OFF( tag ) << ODatabaseImportExport::sNewLine << GetIndentStr()) argument
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 129 #define TAG_ON( tag ) HTMLOutFuncs::Out_AsciiTag( rStrm, tag ) argument 130 #define TAG_OFF( tag ) HTMLOutFuncs::Out_AsciiTag( rStrm, tag, sal_False ) argument 135 #define TAG_ON_LF( tag ) (TAG_ON( tag ) << ScExportBase::sNewLine << GetIndentStr()) argument 136 #define TAG_OFF_LF( tag ) (TAG_OFF( tag ) << ScExportBase::sNewLine << GetIndentStr()) argument
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 275 …public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.su… in getRadioModelByTag()
|
/aoo4110/main/soltools/mkdepend/ |
H A D | cppsetup.c | 98 pperror(tag, x0,x1,x2,x3,x4) in pperror() argument
|
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | x509certificate_nssimpl.cxx | 359 SECOidTag tag; in getAlgorithmDescription() local
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 302 …public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.su… in getRadioModelByTag()
|
H A D | CellBinding.java | 365 …private XPropertySet createRadio( int yPos, String label, String name, String tag ) throws com.sun… in createRadio()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 1326 final String tag; in endOther() local
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 576 sal_uInt32 tag; member
|
/aoo4110/main/registry/source/ |
H A D | reflwrit.cxx | 228 CPInfo::CPInfo(CPInfoTag tag, struct CPInfo* prev) in CPInfo()
|
H A D | reflread.cxx | 331 CPInfoTag tag = CP_TAG_INVALID; in readTag() local
|