Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/AOO41X/extras/l10n/source/id/
H A Dlocalize.sdf32 sfx2 source\bastyp\fltfnc.src 0 string STR_FILTER_NOT_INSTALLED 0 id Pen…
33 sfx2 source\bastyp\fltfnc.src 0 string STR_FILTER_CONSULT_SERVICE 0 id Pen…
34 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_USED 0 id Gaya Diterapkan…
35 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_USERDEF 0 id Gaya Ubahan…
36 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_ALL 0 id Semua Gaya …
37 sfx2 source\appl\app.src 0 string STR_NONAME 0 id Tidak Berjudul …
38 sfx2 source\appl\app.src 0 string STR_CLOSE 0 id Tutup 2002-02…
39 sfx2 source\appl\app.src 0 string STR_STYLE_FILTER_AUTO 0 id Otomatis …
40 sfx2 source\appl\app.src 0 string STR_BYTES 0 id Bita 2002-02…
41 sfx2 source\appl\app.src 0 string STR_KB 0 id KB 2002-02-02 02:0…
[all …]
/AOO41X/main/vcl/inc/aqua/
H A Dsalframeview.h32 id mDraggingDestinationHandler;
34 -(id)initWithSalFrame: (AquaSalFrame*)pFrame;
48 -(void)dockMenuItemTriggered: (id)sender;
55 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
56 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
57 -(void)draggingExited:(id <NSDraggingInfo>)sender;
58 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
59 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
60 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender;
62 -(void)registerDraggingDestinationHandler:(id)theHandler;
[all …]
H A Daqua11ywrapper.h65 -(id)accessibilityAttributeValue:(NSString *)attribute;
70 -(BOOL)accessibilitySetOverrideValue:(id)value forAttribute:(NSString *)attribute;
71 -(void)accessibilitySetValue:(id)value forAttribute:(NSString *)attribute;
72 -(id)accessibilityAttributeValue:(NSString *)attribute forParameter:(id)parameter;
73 -(id)accessibilityFocusedUIElement;
77 -(id)accessibilityHitTest:(NSPoint)point;
79 -(id)parentAttribute;
80 -(id)valueAttribute;
81 -(id)titleAttribute;
82 -(id)helpAttribute;
[all …]
/AOO41X/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl28 // next id 86
40 [id(82), helpstring("method inBool")] HRESULT inBool([in]VARIANT_BOOL val);
41 [id(1), helpstring("method inByte")] HRESULT inByte([in] unsigned char val);
42 [id(2), helpstring("method inShort")] HRESULT inShort([in] short val);
43 [id(3), helpstring("method inLong")] HRESULT inLong([in] long val);
44 [id(4), helpstring("method inString")] HRESULT inString([in] BSTR val);
45 [id(5), helpstring("method inFloat")] HRESULT inFloat([in] float val);
46 [id(6), helpstring("method inDouble")] HRESULT inDouble([in] double val);
47 [id(7), helpstring("method inVariant")] HRESULT inVariant([in] VARIANT val);
48 [id(8), helpstring("method inArray")] HRESULT inArray([in] SAFEARRAY(VARIANT) val);
[all …]
/AOO41X/main/solenv/bin/modules/
H A DCws.pm356 my $id = $self->eis_id();
357 if ( !$id ) {
877 my $id = $self->eis_id();
879 if ( !$id ) {
886 eval { $result = $eis->getMilestone($id) };
911 my $id = $self->eis_id();
913 if ( !$id ) {
926 eval { $result = $eis->setMilestone($id, $item) };
931 eval { $result = $eis->setMasterWorkspace($id, $item) };
954 my $id = $self->eis_id();
[all …]
H A DCwsConfig.pm99 my $id = $self->vcsid();
112 $id = uri_escape($id);
116 s/^https:\/\//https:\/\/$id:$password@/;
174 my $id = $self->vcsid();
175 $cvs_server_root =~ s/:pserver:\w+@/:pserver:$id@/;
216 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_server_root(), 'SERVER'…
224 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_mirror_root(), 'MIRROR'…
232 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
240 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_server_root(), 'SERVER'…
248 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_mirror_root(), 'MIRROR'…
[all …]
H A DRepoRevision.pm29 my $id = undef;
32 $id = <$fh>;
34 return $id;
40 my $id = undef;
42 $id = `git log -1 --pretty=format:%h --abbrev=10`;
43 return $id;
49 my $id = undef;
63 $id = $1;
69 return $id;
76 my $id = undef;
[all …]
/AOO41X/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.h33 +(id)valueAttributeForElement:(AquaA11yWrapper *)wrapper;
34 +(id)numberOfCharactersAttributeForElement:(AquaA11yWrapper *)wrapper;
35 +(id)selectedTextAttributeForElement:(AquaA11yWrapper *)wrapper;
36 +(id)selectedTextRangeAttributeForElement:(AquaA11yWrapper *)wrapper;
37 +(id)visibleCharacterRangeAttributeForElement:(AquaA11yWrapper *)wrapper;
38 +(id)sharedTextUIElementsAttributeForElement:(AquaA11yWrapper *)wrapper;
39 +(id)sharedCharacterRangeAttributeForElement:(AquaA11yWrapper *)wrapper;
40 +(id)stringForRangeAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)range;
41 +(id)attributedStringForRangeAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)range;
42 +(id)rangeForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index;
[all …]
H A Daqua11ywrapper.mm70 -(id)initWithAccessibleContext: (Reference < XAccessibleContext >) rxAccessibleContext { argument
180 } @catch ( id exception ) {
218 -(id)roleAttribute { argument
227 -(id)subroleAttribute {
241 -(id)titleAttribute {
245 -(id)descriptionAttribute {
255 -(id)enabledAttribute {
263 -(id)focusedAttribute {
265 id isFocused = nil;
281 -(id)parentAttribute {
[all …]
H A Daqua11ytextwrapper.mm46 +(id)valueAttributeForElement:(AquaA11yWrapper *)wrapper {
50 +(void)setValueAttributeForElement:(AquaA11yWrapper *)wrapper to:(id)value argument
57 +(id)numberOfCharactersAttributeForElement:(AquaA11yWrapper *)wrapper {
61 +(id)selectedTextAttributeForElement:(AquaA11yWrapper *)wrapper {
65 +(void)setSelectedTextAttributeForElement:(AquaA11yWrapper *)wrapper to:(id)value { argument
79 +(id)selectedTextRangeAttributeForElement:(AquaA11yWrapper *)wrapper {
93 +(void)setSelectedTextRangeAttributeForElement:(AquaA11yWrapper *)wrapper to:(id)value { argument
102 +(id)visibleCharacterRangeAttributeForElement:(AquaA11yWrapper *)wrapper {
107 +(void)setVisibleCharacterRangeAttributeForElement:(AquaA11yWrapper *)wrapper to:(id)value argument
114 +(id)sharedTextUIElementsAttributeForElement:(AquaA11yWrapper *)wrapper
[all …]
/AOO41X/main/helpcontent2/helpers/
H A Dupdate_tree.pl174 ($id = $_) =~ s/^.*id=&quot;(\d+)&quot;.*$/$1/;
176 $helpsection{$id} = $title;
182 ($id = $_) =~ s/^.*id=&quot;(\d+)&quot;.*$/$1/;
184 $node{$id} = $title;
220 ($id = $l) =~ s/^.*id="([^"]*)".*$/$1/gis;
221 ($module = $id) =~ s/^([^\/]*).*$/$1/;
222 $id =~ s/^.*?\///;
223 $file = "$source_dir_xhp/$id";
232 $l = "<topic id=\"$module/$id\">$cnt</topic>\n";
235 $l = "<!-- removed $module/$id -->\n";
[all …]
/AOO41X/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl40 [id(1), helpstring("method func1")] HRESULT func1();
41 …[id(2), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** pp…
42 [id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
43 …[id(4), helpstring("method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pva…
44 …[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] ID…
56 [id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
57 [id(7), helpstring("method outEnum")] HRESULT outEnum([out] long* outEnum);
58 … [id(8), helpstring("method outSeqAny")] HRESULT outSeqAny([out] SAFEARRAY( VARIANT)* outSeq);
59 [id(9), helpstring("method outAny")] HRESULT outAny([out] VARIANT* outAny);
60 [id(10), helpstring("method outBool")] HRESULT outBool([out]VARIANT_BOOL* outBool);
[all …]
/AOO41X/main/scp2/inc/
H A Dmacros.inc47 #define MOD_NAME_DESC(id) \
48 ALL_LANG(Name,STR_NAME_##id); \
49 ALL_LANG(Description,STR_DESC_##id)
51 #define MOD_NAME_DESC_ON_DESELECT(id) \
52 MOD_NAME_DESC(id); \
53 ALL_LANG(OnDeselect,STR_DESELECT_##id)
55 #define REG_VALUE_LNG(id) \
56 ALL_LANG(Value,STR_REG_VAL_##id);
58 #define FOLDERITEM_NAME_LNG(id) \
59 ALL_LANG(Name,STR_FI_NAME_##id);
[all …]
/AOO41X/main/solenv/bin/
H A Dbuild_release.pl590 foreach my $id ("id", "display-name", "archive-platform", "word-size", "package-types")
592 $descriptor->{$id} = $element->getAttribute($id);
593 die "release/platform has no attribute $id" unless defined $descriptor->{$id};
596 foreach my $id ("extension", "add-package-type-to-archive-name")
598 my $value = $element->getAttribute($id);
599 $descriptor->{$id} = $value if defined $value;
626 foreach my $id ("platform-id", "base-url")
628 $descriptor->{$id} = $element->getAttribute($id);
629 die "release/download has no attribute $id" unless defined $descriptor->{$id};
652 foreach my $id ("id", "target", "archive-path", "archive-name", "display-name")
[all …]
/AOO41X/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl37 [id(1), helpstring("method Put_XAccName")] HRESULT Put_XAccName(const OLECHAR* pszName);
38 [id(2), helpstring("method Put_XAccRole")] HRESULT Put_XAccRole(unsigned short pRole);
39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
40 [id(4), helpstring("method IncreaseState")] HRESULT IncreaseState(DWORD pXSate);
41 …[id(5), helpstring("method Put_XDescription")] HRESULT Put_XAccDescription(const OLECHAR* pszDescr…
42 … [id(6), helpstring("method Put_XAccValue")] HRESULT Put_XAccValue(const OLECHAR* pszAccValue);
43 [id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
44 … [id(8), helpstring("method Put_XAccLocation")] HRESULT Put_XAccLocation(const Location sLocation);
45 [id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID);
46 … [id(10), helpstring("method Put_XAccParent")] HRESULT Put_XAccParent(IMAccessible* pIParent);
[all …]
/AOO41X/main/vcl/aqua/source/window/
H A Dsalframeview.mm147 -(id)initWithSalFrame: (AquaSalFrame*)pFrame
165 [pNSWindow performSelector:setCollectionBehavior withObject:(id)bMode];
171 [pNSWindow performSelector:setRestorable withObject:(id)NO];
365 -(void)dockMenuItemTriggered: (id)sender argument
379 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender
384 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender
389 -(void)draggingExited:(id <NSDraggingInfo>)sender
394 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender
399 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender
404 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender
[all …]
/AOO41X/main/extensions/source/activex/msidl/
H A Dso_activex.idl53 [id(1), helpstring("method getWindowHandle")]
58 [id(2), helpstring("method getToolkit")]
61 [id(3), helpstring("method setPointer")]
64 [id(4), helpstring("method setBackground")]
67 [id(5), helpstring("method invalidate")]
70 [id(6), helpstring("method invalidateRect")]
73 [id(7), helpstring("method dispose")]
76 [id(8), helpstring("method addEventListener")]
79 [id(9), helpstring("method removeEventListener")]
82 [propget, id(10), helpstring("property_implementedInterfaces")]
[all …]
/AOO41X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx143 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const in GetPeerHandle() argument
146 xHandle = pImpl->getByName( OUString( id, strlen( id ), RTL_TEXTENCODING_UTF8 ) ); in GetPeerHandle()
149 DBG_ERROR1( "Failed to fetch widget '%s'", id ); in GetPeerHandle()
369 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId() argument
371 GetWindow()->SetHelpId( id ); in SetHelpId()
781 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
790 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
845 Dialog (parent, xml_file, id)\
[all …]
/AOO41X/main/connectivity/source/drivers/jdbc/
H A DDriverPropertyInfo.cxx75 jfieldID id = t.pEnv->GetFieldID(getMyClass(),"name","Ljava/lang/String;"); in name() local
76 if(id) in name()
77 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in name()
88 jfieldID id = t.pEnv->GetFieldID(getMyClass(),"description","Ljava/lang/String;"); in description() local
89 if(id) in description()
90 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in description()
101 jfieldID id = t.pEnv->GetFieldID(getMyClass(),"value","Ljava/lang/String;"); in value() local
102 if(id) in value()
103 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in value()
114 jfieldID id = t.pEnv->GetFieldID(getMyClass(),"required","Z"); in required() local
[all …]
/AOO41X/main/toolkit/inc/layout/
H A Dlayout.hxx88 PeerHandle GetPeerHandle( char const* id, sal_uInt32 nId = 0 ) const;
101 t( Context *context, char const* id, sal_uInt32 nId = 0 ); \
160 void SetHelpId( const rtl::OString& id );
450 NumericField( Context *context, char const* id, sal_uInt32 nId=0 );
477 MetricField( Context *context, char const* id, sal_uInt32 nId=0 );
560 Dialog( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
561 Dialog( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
579 char const* xml_file="message-box.xml", char const* id="message-box");\
584 char const* xml_file="message-box.xml", char const* id="message-box");\
587 char const* xml_file="message-box.xml", char const* id="message-box");\
[all …]
/AOO41X/main/extensions/test/ole/MfcControl/
H A DMfcControl.odl35 [id(1)] short inShort(short val);
36 [id(2)] long inLong(long val);
37 [id(3)] BSTR inString(BSTR* val);
38 [id(4)] float inFloat(float val);
39 [id(5)] double inDouble(double val);
40 [id(6)] VARIANT inVariant(VARIANT val);
41 [id(7)] IDispatch* inObject(IDispatch* val);
42 [id(8)] void outShort([out] short* val);
43 [id(9)] void outLong([out] long* val);
44 [id(10)] void outString([out] BSTR* val);
[all …]
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO41X/main/vcl/aqua/source/dtrans/
H A DDropTarget.hxx61 -(void)registerDraggingDestinationHandler:(id)theHandler;
62 -(void)unregisterDraggingDestinationHandler:(id)theHandler;
73 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
74 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
75 -(void)draggingExited:(id <NSDraggingInfo>)sender;
76 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
77 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
78 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender;
132 virtual NSDragOperation draggingEntered(id sender);
133 virtual NSDragOperation draggingUpdated(id sender);
[all …]
/AOO41X/test/testgui/source/testlib/gui/
H A DUIMap.java66 public static VclEditBox editbox(String id) { in editbox() argument
67 return new VclEditBox(app, idList.getId(id)); in editbox()
70 public static VclControl control(String id) { in control() argument
71 return new VclControl(app, idList.getId(id)); in control()
74 public static VclWindow window(String id) { in window() argument
75 return new VclWindow(app, idList.getId(id)); in window()
78 public static VclDialog dialog(String id) { in dialog() argument
79 return new VclDialog(app, idList.getId(id)); in dialog()
82 public static VclTabPage tabpage(String id) { in tabpage() argument
83 return new VclTabPage(app, idList.getId(id)); in tabpage()
[all …]
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_features.cxx107 maSettings[mnNumSettings].id = getCharId(features, pos, nEquals - pos); in GrFeatureParser()
108 else maSettings[mnNumSettings].id = getIntValue(features, pos, nEquals - pos); in GrFeatureParser()
180 gr::FeatureIterator i = font.featureWithID(setting.id); in isValid()
196 bool GrFeatureParser::isCharId(const std::string & id, size_t offset, size_t length) in isCharId() argument
201 if (i > 0 && id[offset+i] == '\0') continue; in isCharId()
202 if ((id[offset+i]) < 0x20 || (id[offset+i]) < 0) in isCharId()
204 if (i==0 && id[offset+i] < 0x41) in isCharId()
210 int GrFeatureParser::getCharId(const std::string & id, size_t offset, size_t length) in getCharId() argument
217 charId.label[i] = id[offset+i]; in getCharId()
222 charId.label[3-i] = id[offset+i]; in getCharId()
[all …]

12345678910>>...26