Home
last modified time | relevance | path

Searched refs:chars (Results 26 – 50 of 78) sorted by relevance

1234

/trunk/main/i18npool/source/breakiterator/data/
H A Ddict_word_hu.txt141 # Non-Control chars combine with $Extend (combining) chars.
148 # Reverse Rules. Back up over any of the chars that can group together.
H A Ddict_word_prepostdash.txt136 # Non-Control chars combine with $Extend (combining) chars.
143 # Reverse Rules. Back up over any of the chars that can group together.
H A Dsent.txt34 # incorporate grapheme cluster + format chars.
116 # All of the non $Sep chars leading to the preceding $Sep
/trunk/main/x11_extensions/inc/
H A DXrender.h101 _Xconst char *chars; member
109 _Xconst unsigned short *chars; member
117 _Xconst unsigned int *chars; member
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx831 debug_logger->chars(sText); in text()
1017 debug_logger->chars("true"); in setForwardEvents()
1019 debug_logger->chars("false"); in setForwardEvents()
1192 debug_logger->chars(xmlify(getPropertySetAttrs()->toString())); in sendProperty()
1214 debug_logger->chars(mpPropertySetAttrs->toString()); in resolvePropertySetAttrs()
1381 debug_logger->chars("OOXMLFastContextHandlerProperties"); in setParent()
1864 debug_logger->chars("failed to get shape handler"); in OOXMLFastContextHandlerShape()
H A DOOXMLPropertySetImpl.cxx433 debug_logger->chars("zero-property"); in resolve()
473 debug_logger->chars(pProperty->toString()); in add()
/trunk/main/scripting/source/storage/
H A DXMLElement.hxx48 inline XMLElement( ::rtl::OUString const & name, ::rtl::OUString const & chars ) in XMLElement() argument
50 : _name( name ), _chars( chars ) in XMLElement()
/trunk/main/writerfilter/inc/resourcemodel/
H A DLoggedResources.hxx41 void chars(const ::rtl::OUString & rChars);
42 void chars(const string & rChars);
H A DTableManager.hxx689 mpTableLogger->chars(toString(rHandle)); in handle()
1033 mpTableLogger->chars(toString(rHandle)); in openCell()
1052 mpTableLogger->chars(toString(rHandle)); in closeCell()
/trunk/main/cli_ure/source/native/
H A Dnative_share.h50 wchar_t const __pin * chars = PtrToStringChars( str ); in String_to_ustring() local
51 return ::rtl::OUString( chars, str->get_Length() ); in String_to_ustring()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dcertmngr.cxx152 sal_Int32 chars = pSecEnv->getCertificateCharacters( xPersonalCerts[i] ) ; in main() local
153 fprintf( stdout, "The certificate characters are %d\n", chars ) ; in main()
/trunk/main/jvmfwk/plugins/sunmajor/javaenvsetup/
H A Djavaldx.cxx147 const sal_Unicode* chars = (sal_Unicode*) vendorData.getConstArray(); in getLD_LIBRARY_PATH() local
149 rtl::OUString sData(chars, len / 2); in getLD_LIBRARY_PATH()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dcertmngr.cxx162 sal_Int32 chars = pSecEnv->getCertificateCharacters( xPersonalCerts[i] ) ; in main() local
163 fprintf( stdout, "The certificate characters are %d\n", chars ) ; in main()
/trunk/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx131 dmapper_logger->chars(e.Message); in lcl_attribute()
183 dmapper_logger->chars(e.Message); in lcl_sprm()
H A DTblStylePrHandler.cxx54 dmapper_logger->chars(rVal.toString()); in lcl_attribute()
H A DThemeTable.cxx97 dmapper_logger->chars(rSprm.toString()); in lcl_sprm()
/trunk/main/offapi/com/sun/star/xml/input/
H A DXElement.idl83 @param chars
86 void characters( [in] string chars )
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh39 …length()>=2 && Character.isUpperCase(theString.charAt(1))) { // first two chars are UC => first UC…
74 // move the cursor to the next word, selecting all chars
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_share.h101 wchar_t const __pin * chars = PtrToStringChars( str ); in String_to_ustring() local
102 return ::rtl::OUString( chars, str->get_Length() ); in String_to_ustring()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java831 private LineDescriptor(short chars, short space) { in LineDescriptor() argument
832 characters = chars; in LineDescriptor()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx38 void debug_printf( const char *chars ) in debug_printf() argument
43 printf( chars ); in debug_printf()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx687 OUString chars( allChars ); in FnAddNonBrkSpace() local
689 chars = OUString::createFromAscii( ":" ); in FnAddNonBrkSpace()
692 bool bHasSpace = chars.indexOf( sal_Unicode( cChar ) ) != -1; in FnAddNonBrkSpace()
707 if ( ( chars.indexOf( sal_Unicode( cPrevChar ) ) == -1 ) && cPrevChar != '\t' ) in FnAddNonBrkSpace()
731 else if ( chars.indexOf( sal_Unicode( cPrevChar ) ) != -1 ) in FnAddNonBrkSpace()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx161 const sal_Unicode* chars = (sal_Unicode*) data.getConstArray(); in getRuntimeLib() local
163 rtl::OUString sData(chars, len / 2); in getRuntimeLib()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2902 sal_uInt16 chars[2]; in main() local
2923 chars[0] = L'a'; in main()
2924 chars[1] = L'A'; in main()
2927 MapString(fnt, chars, 2, g); in main()
2931 encoding[0] = chars[0]; in main()
2932 encoding[1] = chars[1]; in main()

Completed in 113 milliseconds

1234