Searched refs:templateName (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/configmgr/source/ |
H A D | data.cxx | 96 if (templateName.getLength() == 0) { in createSegment() 99 rtl::OUStringBuffer buf(templateName); in createSegment() 125 bool * setElement, rtl::OUString * templateName) in parseSegment() argument 139 if (templateName != 0) { in parseSegment() 141 *templateName = rtl::OUString(); in parseSegment() 143 *templateName = path.copy(index, i - index); in parseSegment() 218 rtl::OUString templateName; in resolvePathRepresentation() local 265 templateName = rtl::OUString(); in resolvePathRepresentation() 280 if (templateName.getLength() != 0) { in resolvePathRepresentation() 289 if (templateName.getLength() != 0 && in resolvePathRepresentation() [all …]
|
H A D | setnode.cxx | 63 rtl::OUString const & templateName): in SetNode() argument 65 templateName_(templateName), mandatory_(Data::NO_LAYER) in SetNode() 96 bool SetNode::isValidTemplate(rtl::OUString const & templateName) const { in isValidTemplate() 97 return Data::equalTemplateNames(templateName, defaultTemplateName_) || in isValidTemplate() 100 additionalTemplateNames_.end(), EqualTemplateNames(templateName)) != in isValidTemplate()
|
H A D | partial.cxx | 56 rtl::OUString templateName; in parseSegment() local 58 path, *index, &name, &setElement, &templateName); in parseSegment() 60 *segment = Data::createSegment(templateName, name); in parseSegment()
|
H A D | setnode.hxx | 43 rtl::OUString const & templateName); 59 bool isValidTemplate(rtl::OUString const & templateName) const;
|
H A D | groupnode.cxx | 38 int layer, bool extensible, rtl::OUString const & templateName): in GroupNode() argument 39 Node(layer), extensible_(extensible), templateName_(templateName), in GroupNode()
|
H A D | data.hxx | 63 rtl::OUString const & templateName, rtl::OUString const & name); 67 bool * setElement, rtl::OUString * templateName);
|
H A D | xcuparser.cxx | 1012 rtl::OUString templateName( in handleSetNode() local 1015 if (!set->isValidTemplate(templateName)) { in handleSetNode() 1021 templateName + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" in ")) + in handleSetNode() 1026 data_.getTemplate(valueParser_.getLayer(), templateName)); in handleSetNode() 1034 templateName + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" in ")) + in handleSetNode()
|
H A D | groupnode.hxx | 39 GroupNode(int layer, bool extensible, rtl::OUString const & templateName);
|
H A D | access.cxx | 2027 rtl::OUString templateName; in getSubChild() local 2028 i = Data::parseSegment(path, i, &name, &setElement, &templateName); in getSubChild() 2041 templateName.getLength() != 0) in getSubChild() 2047 if (templateName.getLength() != 0 && in getSubChild() 2049 templateName)) in getSubChild()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | MasterPageFactory.java | 125 private final String templateName; field in MasterPageFactory.PageLayoutKey 129 public PageLayoutKey(final String templateName, in PageLayoutKey() argument 133 this.templateName = templateName; in PageLayoutKey() 140 return templateName; in getTemplateName() 176 return !(templateName != null ? !templateName.equals( in equals() 177 key.templateName) : key.templateName != null); in equals() 184 result = (templateName != null ? templateName.hashCode() : 0); in hashCode()
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 342 String templateName = "I'm a template"; in testGeneralTemplateName() local 346 xDocPro.setTemplateName(templateName); in testGeneralTemplateName() 352 …assertEquals("Template name should be "+ templateName, templateName, xDocPro2.getTemplateName()); in testGeneralTemplateName()
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextSectionHandler.java | 246 public void insertTextSection(String sectionName, String templateName, XTextCursor position) in insertTextSection() argument 261 linkSectiontoTemplate(xTextSection, templateName, sectionName); in insertTextSection()
|
Completed in 87 milliseconds