/aoo4110/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 67 returns the scheme part of this (absolute) URI reference. 78 returns the scheme-specific part of this URI reference. 113 returns the authority part of this (hierarchical) URI reference. 118 part; otherwise, an empty <atom>string</atom> is returned. 123 returns the path part of this URI reference. 181 returns the query part of this (hierarchical) URI reference. 192 returns whether this URI reference has a fragment part. 195 <TRUE/> if this URI reference has a fragment part. 200 returns the fragment part of this URI reference. 211 sets the fragment part of this URI reference. [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.
|
/aoo4110/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 140 if (type == CTRL_SLIDER && (part == PART_TRACK_HORZ_AREA || part == PART_TRACK_VERT_AREA) ) in IsNativeControlSupported() 280 if (part == PART_MENU_ITEM) in drawNativeControl() 296 if (part == PART_MENU_ITEM) in drawNativeControl() 381 if( part == PART_WINDOW ) in drawNativeControl() 420 if ((part == PART_DRAW_BACKGROUND_VERT) || (part == PART_DRAW_BACKGROUND_HORZ)) in drawNativeControl() 533 else if (type == CTRL_SLIDER && (part == PART_TRACK_HORZ_AREA || part == PART_TRACK_VERT_AREA)) in drawNativeControl() 604 if (part == PART_ENTIRE_CONTROL) in getNativeControlRegion() 641 if (part == PART_ENTIRE_CONTROL) in getNativeControlRegion() 671 switch ( part ) in getNativeControlRegion() 719 switch ( part ) in getNativeControlRegion() [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,
|
/aoo4110/main/ |
H A D | rat-excludes | 125 # part of SGA 349 # part of SGA 359 # part of SGA 417 # part of SGA 465 # all part of SGA 469 # all part of SGA 533 # part of SGA 542 # part of SGA 546 # part of SGA 556 # part of SGA [all …]
|
/aoo4110/main/stoc/source/uriproc/ |
H A D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 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() 80 while (*index < part.getLength()) { in parsePart() 81 sal_Unicode c = part[*index]; in parsePart() 86 int n = parseEscaped(part, &i); in parsePart() 174 sal_Int32 len = part.getLength(); in parseSchemeSpecificPart() 176 if (parsePart(part, true, &i).getLength() == 0 || part[0] == '/') { in parseSchemeSpecificPart() 185 || part[i] != '=') in parseSchemeSpecificPart() 190 parsePart(part, false, &i); in parseSchemeSpecificPart() [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()
|
/aoo4110/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 …]
|
/aoo4110/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…
|
/aoo4110/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
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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.
|
/aoo4110/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>
|
/aoo4110/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.
|
/aoo4110/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
|
/aoo4110/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
|
/aoo4110/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
|
/aoo4110/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
|