/trunk/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.
|
/trunk/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,
|
/trunk/main/ |
H A D | rat-excludes | 107 # part of SGA 329 # part of SGA 339 # part of SGA 397 # part of SGA 445 # all part of SGA 449 # all part of SGA 513 # part of SGA 522 # part of SGA 526 # part of SGA 537 # part of SGA [all …]
|
/trunk/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 …]
|
/trunk/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 …]
|
/trunk/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…
|
/trunk/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 …]
|
/trunk/main/bridges/test/java_uno/nativethreadpool/ |
H A D | readme | 27 turn starts to accept incoming 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
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/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()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | DetailViewManager.java | 28 import org.apache.openoffice.ooxml.framework.part.ContentType; 29 import org.apache.openoffice.ooxml.framework.part.OOXMLPackage; 30 import org.apache.openoffice.ooxml.framework.part.Part; 31 import org.apache.openoffice.ooxml.framework.part.PartName; 32 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
|
H A D | PartsView.java | 37 import org.apache.openoffice.ooxml.framework.part.ContentType; 38 import org.apache.openoffice.ooxml.framework.part.IReferenceProvider; 39 import org.apache.openoffice.ooxml.framework.part.OOXMLPackage; 40 import org.apache.openoffice.ooxml.framework.part.Part; 41 import org.apache.openoffice.ooxml.framework.part.PartName;
|
H A D | StreamView.java | 37 import org.apache.openoffice.ooxml.framework.part.ContentType; 38 import org.apache.openoffice.ooxml.framework.part.OOXMLPackage; 39 import org.apache.openoffice.ooxml.framework.part.Part; 40 import org.apache.openoffice.ooxml.framework.part.PartName;
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 154 public String getAfterIndex(int part, int index) { in getAfterIndex() argument 155 switch (part) { in getAfterIndex() 209 return getAfterIndex(part, index - 1); in getAfterIndex() 501 public java.lang.String getBeforeIndex(int part, int index) { in getBeforeIndex() argument 502 switch (part) { in getBeforeIndex() 552 return getBeforeIndex(part, index - 1); in getBeforeIndex() 579 public java.lang.String getAtIndex(int part, int index) { in getAtIndex() argument 580 switch (part) { in getAtIndex() 620 return getAtIndex(part, index - 1); in getAtIndex()
|
/trunk/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
|
/trunk/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.
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/ |
H A D | PresentationImporter.java | 29 import org.apache.openoffice.ooxml.framework.part.ContentType; 30 import org.apache.openoffice.ooxml.framework.part.Part; 31 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
|
/trunk/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfiguration.idl | 89 /** <p>Returns whether 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
|
/trunk/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>
|
/trunk/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
|
/trunk/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
|