Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 246) sorted by relevance

12345678910

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXLayerHandlerImpl.java30 public void addOrReplaceNode(String str, short param) in addOrReplaceNode()
36 public void addOrReplaceNodeFromTemplate(String str, in addOrReplaceNodeFromTemplate()
44 public void addProperty(String str, short param, in addProperty()
51 public void addPropertyWithValue(String str, short param, Object obj) in addPropertyWithValue()
57 public void dropNode(String str) in dropNode()
81 public void overrideNode(String str, short param, boolean param2) in overrideNode()
87 public void overrideProperty(String str, short param, in overrideProperty()
100 public void setPropertyValueForLocale(Object obj, String str) in setPropertyValueForLocale()
H A DXSchemaHandlerImpl.java30 public void addInstance(String str, in addInstance()
43 public void addProperty(String str, short param, in addProperty()
50 public void addPropertyWithDefault(String str, short param, Object obj) in addPropertyWithDefault()
80 public void importComponent(String str) in importComponent()
86 public void startComponent(String str) in startComponent()
92 public void startGroup(String str, short param) in startGroup()
111 public void startSet(String str, short param, in startSet()
/trunk/main/autodoc/inc/cosv/
H A Dstr_types.hxx33 struct str struct
36 typedef ::size_t position;
37 typedef ::size_t size;
39 enum constants
45 enum insert_mode
H A Dcomfunc.hxx90 valid_str(const char * str) { return str != 0 ? str : ""; } in valid_str()
92 no_str(const char * str) { return str != 0 ? *str == '\0' : true; } in no_str()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrationcontextinformation.cxx55 std::wstring str; in GetWordDocumentDisplayName() local
79 std::wstring str; in GetWordTemplateDisplayName() local
103 std::wstring str; in GetRtfDocumentDisplayName() local
127 std::wstring str; in GetExcelSheetDisplayName() local
151 std::wstring str; in GetExcelTemplateDisplayName() local
175 std::wstring str; in GetPowerPointDocumentDisplayName() local
199 std::wstring str; in GetPowerPointTemplateDisplayName() local
223 std::wstring str; in GetPowerPointShowDisplayName() local
252 std::wstring str; in ShellNewCommandDisplayName() local
271 std::wstring str; in ShellEditCommandDisplayName() local
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx141 String const str( (bName) in NewFldPortion() local
155 String const str( (bName) in NewFldPortion() local
168 String const str( (bName) in NewFldPortion() local
196 String const str( (bName) in NewFldPortion() local
223 String const str( (bName) in NewFldPortion() local
252 String const str( (bName) in NewFldPortion() local
265 String const str( (bName) in NewFldPortion() local
281 String const str( (bName) in NewFldPortion() local
297 String const str( (bName) in NewFldPortion() local
312 String const str( (bName) in NewFldPortion() local
[all …]
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx291 operator+(const char * str, const Simstr & S) in operator +()
299 operator+(const Simstr & S, const char * str) in operator +()
325 operator==(const Simstr & S, const char * str) in operator ==()
331 operator!=(const Simstr & S, const char * str) in operator !=()
337 operator<(const Simstr & S, const char * str) in operator <()
343 operator>(const Simstr & S, const char * str) in operator >()
349 operator<=(const Simstr & S, const char * str) in operator <=()
355 operator>=(const Simstr & S, const char * str) in operator >=()
361 operator==(const char * str, const Simstr & S) in operator ==()
373 operator<(const char * str, const Simstr & S) in operator <()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DSAXEventCollector.java113 public void startElement (String str, com.sun.star.xml.sax.XAttributeList xattribs) in startElement()
142 public void endElement(String str) in endElement()
161 public void characters(String str) in characters()
171 public void ignorableWhitespace(String str) in ignorableWhitespace()
H A DSAXEventPrinter.java200 public void startElement (String str, com.sun.star.xml.sax.XAttributeList xattribs) in startElement()
237 public void endElement(String str) in endElement()
262 public void characters(String str) in characters()
284 public void ignorableWhitespace(String str) in ignorableWhitespace()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.hxx74 #define OUSTRING_CSTR( str ) \ argument
78 inline char const* OUSTRING_CSTR( rtl::OUString const& str ) in OUSTRING_CSTR()
/trunk/main/sal/inc/rtl/
H A Dustrbuf.hxx302 OUStringBuffer & append(const OUString &str) in append()
318 OUStringBuffer & append( const sal_Unicode * str ) in append()
336 OUStringBuffer & append( const sal_Unicode * str, sal_Int32 len) in append()
359 OUStringBuffer & appendAscii( const sal_Char * str ) in appendAscii()
382 OUStringBuffer & appendAscii( const sal_Char * str, sal_Int32 len) in appendAscii()
521 OUStringBuffer & insert(sal_Int32 offset, const OUString & str) in insert()
543 OUStringBuffer & insert( sal_Int32 offset, const sal_Unicode * str ) in insert()
566 OUStringBuffer & insert( sal_Int32 offset, const sal_Unicode * str, sal_Int32 len) in insert()
H A Dstrbuf.hxx301 OStringBuffer & append(const OString &str) in append()
317 OStringBuffer & append( const sal_Char * str ) in append()
335 OStringBuffer & append( const sal_Char * str, sal_Int32 len) in append()
457 OStringBuffer & insert(sal_Int32 offset, const OString & str) in insert()
479 OStringBuffer & insert( sal_Int32 offset, const sal_Char * str ) in insert()
502 OStringBuffer & insert( sal_Int32 offset, const sal_Char * str, sal_Int32 len) in insert()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XLocaleData.java266 String[] str = new String[1]; in _getSearchOptions() local
292 String[] str = new String[1]; in _getCollationOptions() local
318 String[] str = new String[1]; in _getTransliterations() local
366 String[] str = new String[1]; in _getReservedWord() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java461 …public Object getByName(String str) throws com.sun.star.container.NoSuchElementException, com.sun.… in getByName()
482 public boolean hasByName(String str) { in hasByName()
490 …public void insertByName(String str, Object obj) throws com.sun.star.lang.IllegalArgumentException… in insertByName()
494 …public void removeByName(String str) throws com.sun.star.container.NoSuchElementException, com.sun… in removeByName()
498 …public void replaceByName(String str, Object obj) throws com.sun.star.lang.IllegalArgumentExceptio… in replaceByName()
H A D_CharacterProperties.java496 …public Object getByName(String str) throws com.sun.star.container.NoSuchElementException, com.sun.… in getByName()
517 public boolean hasByName(String str) { in hasByName()
525 …public void insertByName(String str, Object obj) throws com.sun.star.lang.IllegalArgumentException… in insertByName()
529 …public void removeByName(String str) throws com.sun.star.container.NoSuchElementException, com.sun… in removeByName()
533 …public void replaceByName(String str, Object obj) throws com.sun.star.lang.IllegalArgumentExceptio… in replaceByName()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx234 void XFlatXml::startElement(const OUString& str, const Reference<XAttributeList>& attriblist) in startElement()
241 void XFlatXml::endElement(const OUString& str) in endElement()
248 void XFlatXml::characters(const OUString& str) in characters()
255 void XFlatXml::ignorableWhitespace(const OUString& str) in ignorableWhitespace()
263 void XFlatXml::processingInstruction(const OUString& str, const OUString& str2) in processingInstruction()
/trunk/main/soltools/support/
H A Dsimstr.cxx724 operator+(const char * str, const Simstr & S) in operator +()
732 operator+(const Simstr & S, const char * str) in operator +()
758 operator==(const Simstr & S, const char * str) in operator ==()
764 operator!=(const Simstr & S, const char * str) in operator !=()
770 operator<(const Simstr & S, const char * str) in operator <()
776 operator>(const Simstr & S, const char * str) in operator >()
782 operator<=(const Simstr & S, const char * str) in operator <=()
788 operator>=(const Simstr & S, const char * str) in operator >=()
794 operator==(const char * str, const Simstr & S) in operator ==()
806 operator<(const char * str, const Simstr & S) in operator <()
[all …]
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx47 count_chars(const char * str, char c) in count_chars()
63 str2date(const char * str, int & out_day, int & out_month, int & out_year) in str2date()
111 str2time(const char * str, int & out_hour, int & out_min, int & out_sec) in str2time()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java86 String str = new String(bytes, ENCODING); in parseRecords() local
97 String str = new String(bytes, ENCODING); in parseRecords() local
270 private void log(String str) { in log()
H A DDocumentDeserializerImpl.java128 private SxwDocument buildDocument(String docName, String str) in buildDocument()
291 String str = new String(text, startPos, endPos - startPos + 1); in addTextNode() local
303 private void log(String str) { in log()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java201 public void startElement (String str, com.sun.star.xml.sax.XAttributeList xattribs) in startElement()
207 public void endElement(String str) in endElement()
213 public void characters(String str) in characters()
219 public void ignorableWhitespace(String str) in ignorableWhitespace()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx200 Stream* str, in writePpm_()
262 Stream* str, in writePng_()
281 Stream* str, in writePng_()
298 Stream* str, in writePng_()
324 Stream* str, in writeImage_()
361 Stream* str, in writeImage()
366 Stream* str, in writeImageLF()
371 Stream* str, in writeMask()
376 Stream* str, in writeMaskLF()
839 void PDFOutDev::drawImage(GfxState*, Object*, Stream* str, in drawImage()
[all …]
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dhash.cxx76 PdfKeywordHash::hash (register const char *str, register unsigned int len) in hash()
111 PdfKeywordHash::in_word_set (register const char *str, register unsigned int len) in in_word_set()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dafm_hash.cpp72 AfmKeywordHash::hash (const char *str, unsigned int len) in hash()
124 AfmKeywordHash::in_word_set (const char *str, unsigned int len) in in_word_set()
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx55 Mapping& casefolding::getConditionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Loc… in getConditionalValue()
84 Mapping& casefolding::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocal… in getValue()
125 sal_Unicode casefolding::getNextChar(const sal_Unicode *str, sal_Int32& idx, sal_Int32 len, Mapping… in getNextChar()

Completed in 132 milliseconds

12345678910