| /AOO41X/main/udkapi/com/sun/star/uri/ |
| H A D | XUriReference.idl | 67 returns the scheme part of this (absolute) URI reference. 70 the textual representation of the scheme part (with the exact spelling 78 returns the scheme-specific part of this URI reference. 80 <p>For an absolute URI reference, the scheme-specific part is everything 81 after the scheme part and the delimiting “<code>:</code>”, 82 and before the optional “<code>#</code>” and fragment part. 83 For a relative URI reference, the scheme-specific part is everything 84 before the optional “<code>#</code>” and fragment part.</p> 87 the textual representation of the scheme-specific part (with the exact 95 <p>An absolute URI reference is hierarchical if its scheme-specific part [all …]
|
| H A D | XUriSchemeParser.idl | 44 <p>This method is used to parse URIs (with no fragment part), not URI 45 references (with an optional fragment part).</p> 50 with the given scheme and scheme-specific part, and without a fragment 51 part.</p> 54 the textual representation of the scheme part (without the delimiting 58 the textual representation of the scheme-specific part.
|
| H A D | XVndSunStarScriptUrl.idl | 64 returns the name part of this URL. 67 the non-escaped value of the name part. 72 sets the name part of this URL. 75 specifies the non-escaped new name part of the URL.
|
| /AOO41X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 99 sal_Bool KDESalGraphics::IsNativeControlSupported( ControlType type, ControlPart part ) in IsNativeControlSupported() argument 125 …if (type == CTRL_SPINBOX && (part == PART_ENTIRE_CONTROL || part == HAS_BACKGROUND_TEXTURE) ) retu… in IsNativeControlSupported() 140 if (type == CTRL_SLIDER && (part == PART_TRACK_HORZ_AREA || part == PART_TRACK_VERT_AREA) ) in IsNativeControlSupported() 145 if ( (type == CTRL_TAB_ITEM) && (part == PART_ENTIRE_CONTROL) ) return true; in IsNativeControlSupported() 146 if ( (type == CTRL_TAB_PANE) && (part == PART_ENTIRE_CONTROL) ) return true; in IsNativeControlSupported() 148 if ( (type == CTRL_PROGRESS) && (part == PART_ENTIRE_CONTROL) ) return true; in IsNativeControlSupported() 231 sal_Bool KDESalGraphics::drawNativeControl( ControlType type, ControlPart part, in drawNativeControl() argument 245 if( type == CTRL_SPINBOX && part == PART_ALL_BUTTONS ) in drawNativeControl() 280 if (part == PART_MENU_ITEM) in drawNativeControl() 286 else if (part == PART_ENTIRE_CONTROL) in drawNativeControl() [all …]
|
| H A D | KDESalGraphics.hxx | 49 virtual sal_Bool IsNativeControlSupported( ControlType type, ControlPart part ); 56 virtual sal_Bool hitTestNativeControl( ControlType type, ControlPart part, 70 virtual sal_Bool drawNativeControl( ControlType type, ControlPart part, 104 virtual sal_Bool getNativeControlRegion( ControlType type, ControlPart part,
|
| /AOO41X/main/ |
| H A D | rat-excludes | 3 # external library data packages, not part of the source release. 12 # external libraries that are not part of the source release, but may be built 130 # part of SGA 134 # Used in writerfilter/source/doctok/xmigen.el (1), part of the SGA 138 # Used in main/extras/source/misc_config/autotbl.fmt (1), part of SGA 142 # Used in main/migrationanalysis/src/wizard/Wizard.FRX (1), part of SGA 146 # Used in main/testautomation/writer/optional/input/import/hangul.hwp (1), part of SGA 150 # main/scripting/java/org/openoffice/netbeans/editor/OOo.jcb (1), part of SGA 154 # main/scripting/java/org/openoffice/netbeans/editor/OOo.jcs (1), part of SGA 158 # main/writerfilter/qa/cppunittests/doctok/doctok.job (1), part of SGA [all …]
|
| /AOO41X/main/stoc/source/uriproc/ |
| H A D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 63 int parseEscaped(rtl::OUString const & part, sal_Int32 * index) { in parseEscaped() argument 64 if (part.getLength() - *index < 3 || part[*index] != '%') { in parseEscaped() 67 int n1 = getHexWeight(part[*index + 1]); in parseEscaped() 68 int n2 = getHexWeight(part[*index + 2]); in parseEscaped() 77 rtl::OUString const & part, bool namePart, sal_Int32 * index) in parsePart() argument 80 while (*index < part.getLength()) { in parsePart() 81 sal_Unicode c = part[*index]; in parsePart() 86 int n = parseEscaped(part, &i); in parsePart() 116 n = parseEscaped(part, &i); in parsePart() 173 bool parseSchemeSpecificPart(rtl::OUString const & part) { in parseSchemeSpecificPart() argument [all …]
|
| H A D | UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx | 59 bool parseSchemeSpecificPart(::rtl::OUString const & part) { in parseSchemeSpecificPart() argument 62 return part.getLength() == 0 in parseSchemeSpecificPart() 64 part, ::rtl_UriDecodeStrict, RTL_TEXTENCODING_UTF8). in parseSchemeSpecificPart()
|
| /AOO41X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | upgrade.cxx | 95 string part = GetGuidPart(guid, 0); in ConvertGuid() local 96 convertedGuid = Invert(part); in ConvertGuid() 98 part = GetGuidPart(guid, 1); in ConvertGuid() 99 convertedGuid += Invert(part); in ConvertGuid() 101 part = GetGuidPart(guid, 2); in ConvertGuid() 102 convertedGuid += Invert(part); in ConvertGuid() 104 part = GetGuidPart(guid, 3); in ConvertGuid() 105 convertedGuid += Invert(string(part.c_str(), 2)); in ConvertGuid() 106 convertedGuid += Invert(string(part.c_str() + 2, 2)); in ConvertGuid() 108 part = GetGuidPart(guid, 4); in ConvertGuid() [all …]
|
| /AOO41X/main/solenv/gbuild/ |
| H A D | AllLangResTarget.mk | 122 $(foreach part,$(PARTS),$(call gb_SrsPartTarget_get_target,$(part))) \ 123 $(foreach part,$(PARTS),$(call gb_SrsPartTarget_get_dep_target,$(part))) \ 124 $(foreach part,$(PARTS),$(call gb_SrsPartMergeTarget_get_target,$(part)))) 136 …l gb_SrsTarget_get_dep_target,$*),$*,$(foreach part,$(PARTS),$(call gb_SrsPartTarget_get_dep_targe…
|
| /AOO41X/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 136 std::_tstring part = GetGuidPart(guid, 0); in ConvertGuid() local 137 convertedGuid = Invert(part); in ConvertGuid() 139 part = GetGuidPart(guid, 1); in ConvertGuid() 140 convertedGuid += Invert(part); in ConvertGuid() 142 part = GetGuidPart(guid, 2); in ConvertGuid() 143 convertedGuid += Invert(part); in ConvertGuid() 145 part = GetGuidPart(guid, 3); in ConvertGuid() 146 convertedGuid += Invert(std::_tstring(part.c_str(), 2)); in ConvertGuid() 147 convertedGuid += Invert(std::_tstring(part.c_str() + 2, 2)); in ConvertGuid() 149 part = GetGuidPart(guid, 4); in ConvertGuid() [all …]
|
| /AOO41X/main/bridges/test/java_uno/nativethreadpool/ |
| H A D | readme | 27 turn starts to accept incomming URP connections. The native part of the client 30 native part of the client, creates a connection to the Java part of the client, 31 and routes all requests from the native part of the client to the Java part of 32 the client. The Java part of the client in turn uses the in-process JNI bridge
|
| /AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/logging/ |
| H A D | XAccessibleTextLog.java | 59 String part = "INVALID"; in getPartString() local 63 part = "CHARACTER"; in getPartString() 68 part = "WORD"; in getPartString() 73 part = "SENTENCE"; in getPartString() 78 part = "LINE"; in getPartString() 83 part = "ATTRIBUTE_RUN"; in getPartString() 91 return part; in getPartString()
|
| /AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/ |
| H A D | AccessibleTextImpl.java | 153 public String getAfterIndex(int part, int index) { in getAfterIndex() argument 154 switch (part) { in getAfterIndex() 208 return getAfterIndex(part, index - 1); in getAfterIndex() 500 public java.lang.String getBeforeIndex(int part, int index) { in getBeforeIndex() argument 501 switch (part) { in getBeforeIndex() 551 return getBeforeIndex(part, index - 1); in getBeforeIndex() 578 public java.lang.String getAtIndex(int part, int index) { in getAtIndex() argument 579 switch (part) { in getAtIndex() 619 return getAtIndex(part, index - 1); in getAtIndex()
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | XSingleSelectQueryComposer.idl | 114 the group part to set 125 /** appends an additional part to the group criteria of the select 128 the column which is used to create a group part 189 the order part to set 200 /** appends an additional part to the sort order criteria of the select 203 the column which is used to create a order part 245 <p>If, in such a scenario, you would be interested in the filter part of the 248 part via <member>XSingleSelectQueryAnalyzer::getFilter</member>.</p>
|
| H A D | XSQLQueryComposer.idl | 82 The filter criteria returned is part of the where condition of the 109 The order criteria returned is part of the ORDER BY clause of the 130 /** appends an additional part to the sort order criteria of the select 133 the column which is used to create a order part 156 the order part to set
|
| H A D | XSingleSelectQueryAnalyzer.idl | 82 The filter criteria returned is part of the where condition of the 110 The group criteria returned is part of the GROUP BY clause of the 134 The HAVING filter criteria returned is part of the HAVING condition of the 161 The order criteria returned is part of the ORDER BY clause of the 172 The order criteria returned is part of the ORDER BY clause of the 190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled
|
| /AOO41X/main/udkapi/com/sun/star/io/ |
| H A D | XStream.idl | 53 the <type>XInputStream</type> part of the stream. Closing the returned 54 <type>XInputStream</type> also closes any <type>XOutputStream</type> part. 63 the <type>XInputStream</type> part of the stream. Closing the returned 64 <type>XOutputStream</type> also closes the <type>XInputStream</type> part.
|
| /AOO41X/main/offapi/com/sun/star/linguistic2/ |
| H A D | HangulHanjaConversionDictionary.idl | 41 left part has to be in Hangul and the right in Hanja, 42 and the number of characters for the left part has to be the 43 same as for the right part.</p>
|
| /AOO41X/main/offapi/com/sun/star/drawing/framework/ |
| H A D | XConfiguration.idl | 89 /** <p>Returns wether the specified resource is part of the 98 Returns <TRUE/> when the resource is part of the configuration 109 resource is already part of the configuration then this call is 123 specified resource is not part of the configuration then this
|
| H A D | XPaneBorderPainter.idl | 66 /** Enlarge the given rectangle by the size of the specified part of the 75 The part of the border to add to the given rectangle. 86 /** Shring the given rectangle by the size of the specified part of the 96 The part of the border to remove from the given rectangle.
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XHeaderFooterContent.idl | 50 /** returns the text which is printed in the left part of the 59 /** returns the text which is printed in the center part of the 68 /** returns the text which is printed in the right part of the
|
| /AOO41X/main/mysqlc/source/ |
| H A D | README | 13 At the time of writing neither of the two libraries are part of the CWS! 19 communication protocol. The protocol implementation is part of the MySQL 26 The MySQL Client Library (libmysql) is part of the MySQL Server. You need to
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | XCalendar.idl | 69 1-Jan-1970 00:00. The integer part represents the number of days 70 passed since start date. The fractional part represents 78 1-Jan-1970 00:00. The integer part represents the number of days 79 passed since start date. The fractional part represents
|
| /AOO41X/main/offapi/com/sun/star/script/vba/ |
| H A D | XVBAMacroResolver.idl | 46 parts are optional. The first part represents the VBA project name. 47 The second part represents the module name. The third part
|