Home
last modified time | relevance | path

Searched refs:self (Results 51 – 75 of 153) sorted by relevance

1234567

/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx1015 definition( const ExpressionGrammar& self ) in definition() argument
1024 str_p( "pi" )[ EnumFunctor(ENUM_FUNC_PI, self.getContext() ) ] in definition()
1025 | str_p( "left" )[ EnumFunctor(ENUM_FUNC_LEFT, self.getContext() ) ] in definition()
1026 | str_p( "top" )[ EnumFunctor(ENUM_FUNC_TOP, self.getContext() ) ] in definition()
1027 | str_p( "right" )[ EnumFunctor(ENUM_FUNC_RIGHT, self.getContext() ) ] in definition()
1028 | str_p( "bottom" )[ EnumFunctor(ENUM_FUNC_BOTTOM, self.getContext() ) ] in definition()
1032 | str_p( "hasfill" )[ EnumFunctor(ENUM_FUNC_HASFILL, self.getContext() ) ] in definition()
1033 | str_p( "width" )[ EnumFunctor(ENUM_FUNC_WIDTH, self.getContext() ) ] in definition()
1034 | str_p( "height" )[ EnumFunctor(ENUM_FUNC_HEIGHT, self.getContext() ) ] in definition()
1062 (str_p( "?" ) >> funcRef_decl )[ EnumFunctor( ENUM_FUNC_EQUATION, self.getContext() ) ]; in definition()
[all …]
/aoo42x/main/store/source/
H A Dstortree.hxx109 typedef OStoreBTreeNodeData self; typedef
127 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= self::thePageSize);
133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
158 size_t const nBytes = self::thePageSize + nCount * sizeof(T); in usageCount()
193 return store::ntohl(self::m_aGuard.m_nMagic); in depth()
197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
202 sal_Bool queryMerge (const self &rPageR) const in queryMerge()
223 void merge (const self& rPageR);
228 void split (const self& rPageL);
[all …]
H A Dstortree.cxx50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData()
51 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); // usageCount(0) in OStoreBTreeNodeData()
52 self::m_aGuard.m_nMagic = store::htonl(0); // depth(0) in OStoreBTreeNodeData()
127 void OStoreBTreeNodeData::merge (const self& rPageR)
142 void OStoreBTreeNodeData::split (const self& rPageL) in split()
211 self aNodeR (xPageR.get()); in split()
220 self aNodeL (rxPageL.get()); in split()
254 self aNodeL; in remove()
285 self aNodeR; in remove()
H A Dstorpage.cxx328 if (!self::isValid()) in iget()
413 if (!self::isValid()) in iterate()
523 if (!self::isValid()) in attrib()
581 if (!self::isValid()) in link()
624 if (!self::isValid()) in symlink()
696 if (!self::isValid()) in rename()
795 if (!self::isValid()) in remove()
930 eErrCode = self::initialize (pDstLB, store_AccessCreate, aCtx.m_nPageSize); in rebuild()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_callable.cxx57 void PyUNO_callable_del (PyObject* self) in PyUNO_callable_del() argument
61 me = (PyUNO_callable*) self; in PyUNO_callable_del()
63 PyObject_Del (self); in PyUNO_callable_del()
80 me = (PyUNO_callable*) self; in PyUNO_callable_call()
252 PyUNO_callable* self; in PyUNO_callable_new() local
255 if (self == NULL) in PyUNO_callable_new()
258 self->members = new PyUNO_callable_Internals; in PyUNO_callable_new()
259 self->members->xInvocation = my_inv; in PyUNO_callable_new()
260 self->members->methodName = methodName; in PyUNO_callable_new()
261 self->members->mode = mode; in PyUNO_callable_new()
[all …]
/aoo42x/main/apple_remote/source/
H A DMultiClickRemoteBehavior.m39 if ( (self = [super init]) ) {
42 return self;
80 [self setClickCountEnabledButtons: 0];
101 @synchronized(self) {
118 @synchronized(self) {
138 BOOL clickCountingForEvent = ([self clickCountEnabledButtons] & event) == event;
145 [self performSelector:@selector(sendSimulatedHoldEvent:)
161 @synchronized(self) {
175 [self performSelector: @selector(executeClickCountEvent:)
193 @synchronized(self) {
[all …]
H A DRemoteControlContainer.m36 if ( (self = [super initWithDelegate:_remoteControlDelegate]) ) {
46 return self;
50 [self stopListening: self];
60 …[remoteControl addObserver: self forKeyPath:@"listeningToRemote" options:NSKeyValueObservingOption…
77 [self willChangeValueForKey:@"listeningToRemote"];
78 [self didChangeValueForKey:@"listeningToRemote"];
86 [self reset];
94 …if (value && value != [self isListeningToRemote]) [self performSelector:@selector(reset) withObjec…
H A DRemoteMainController.m43self = [super init]; // because we redefined our own init instead of use the fu..nny awakeFromNib
44 if (self != nil) {
50 [remoteControlBehavior setDelegate: self];
74 [self setValue: container forKey: @"remoteControl"];
81 return self;
130 [ self postTheEvent:buttonIdentifier modifierFlags: 0 ];
H A DRemoteControl.m51 if ( (self = [super init]) ) {
57 return self;
100 … [NSDictionary dictionaryWithObjectsAndKeys: [NSString stringWithCString:[self remoteControlDevice…
130 …[self sendDistributedNotification:FINISHED_USING_REMOTE_CONTROL_NOTIFICATION targetBundleIdentifie…
136 …[self sendDistributedNotification:REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION targetBundleIdentifier:ni…
/aoo42x/main/o3tl/inc/o3tl/
H A Dheap_ptr.hxx83 typedef heap_ptr<T> self; typedef in o3tl::heap_ptr
86 typedef T * (self::* safe_bool )();
98 self & operator=(
130 self & io_other );
139 heap_ptr( const self & ); /// Prevent copies.
140 self & operator=( const self & ); /// Prevent copies.
238 ? safe_bool(&self::get)
277 heap_ptr<T>::swap(self & io_other) in swap()
H A Drange.hxx48 typedef range<T> self; typedef in o3tl::range
63 const self & i_other ) const;
65 const self & i_other ) const;
68 const self & i_other ) const;
155 range<T>::contains(const self & i_other) const in contains()
169 range<T>::overlaps(const self & i_other) const in overlaps()
177 range<T>::distance_to(const self & i_other) const in distance_to()
/aoo42x/main/fpicker/source/aqua/
H A DNSString_OOoAdditions.cxx47 if ((self = [super init])) {
48 self = [self initWithCharacters:ouString.getStr() length:ouString.getLength()];
50 DBG_PRINT_EXIT(CLASS_NAME, __func__, self);
52 return self;
55 DBG_PRINT_EXIT(CLASS_NAME, __func__, self);
61 unsigned int nFileNameLength = [self length];
68 [self getCharacters:unichars];
/aoo42x/main/svl/source/svdde/
H A Dddecli.cxx73 DdeConnection* self = 0; in CliCallback() local
78 for ( self = rAll.First(); self; self = rAll.Next() ) in CliCallback()
79 if ( self->pImp->hConv == hConv ) in CliCallback()
82 if( self ) in CliCallback()
86 for( t = self->aTransactions.First(); t; t = self->aTransactions.Next() ) in CliCallback()
101 self->pImp->hConv = DdeReconnect( hConv ); in CliCallback()
102 self->pImp->nStatus = self->pImp->hConv in CliCallback()
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Drange.hxx49 typedef range<T> self; typedef in csv::range
64 const self & i_other ) const;
66 const self & i_other ) const;
69 const self & i_other ) const;
156 range<T>::contains(const self & i_other) const in contains()
170 range<T>::overlaps(const self & i_other) const in overlaps()
178 range<T>::distance_to(const self & i_other) const in distance_to()
/aoo42x/main/autodoc/source/inc/
H A Dluxenum.hxx48 typedef Enum< DIFF > self; typedef in lux::Enum
66 const self & i_rEnum ) in Enum()
69 self & operator=( in operator =()
72 self & operator=( in operator =()
76 self & operator=( in operator =()
77 const self & i_rEnum ) in operator =()
/aoo42x/main/pyuno/demo/
H A Dooextract.py33 def __init__( self ): argument
34 self.closed = 0
36 def closeOutput(self): argument
37 self.closed = 1
39 def writeBytes( self, seq ): argument
42 def flush( self ): argument
H A Dhello_world_comp.py30 def __init__( self, ctx ): argument
32 self.ctx = ctx
34 def trigger( self, args ): argument
38 desktop = self.ctx.ServiceManager.createInstanceWithContext(
39 "com.sun.star.frame.Desktop", self.ctx )
/aoo42x/main/autodoc/source/cosv/strings/
H A Dstring.cxx127 String::String( const self & i_rStr, in String()
140 String::String( const self & i_rStr ) in String()
152 String::operator=( const self & i_rStr ) in operator =()
173 String::swap( self & i_rStr ) in swap()
181 String::assign( const self & i_rStr, in assign()
224 String::compare( const self & i_rStr ) const in compare()
231 const self & i_rStr ) const in compare()
/aoo42x/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx349 definition( const ExpressionGrammar& self ) in definition() argument
371 [IntConstantFunctor(self.getContext())]; in definition()
376 [ ConstantFunctor(self.getContext()) ] in definition()
381 [ UnaryFunctionFunctor( UNARY_FUNC_COLUMN, self.getContext()) ] in definition()
386 [ BinaryFunctionFunctor( ENUM_FUNC_EQUATION, self.getContext()) ] in definition()
392 …( assignment >> AND_ >> assignment ) [ BinaryFunctionFunctor( ENUM_FUNC_AND, self.getContext()) ] in definition()
397 …orExpression >> OR_ >> andExpression ) [ BinaryFunctionFunctor( ENUM_FUNC_OR, self.getContext()) ] in definition()
/aoo42x/main/l10ntools/scripts/tool/
H A Dconst.py25 def __setattr__(self, name, value): argument
26 if name in self.__dict__:
27 raise self.ConstError("Can't rebind const(%s)"%name)
28 self.__dict__[name] = value
/aoo42x/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm79 [ret setTarget: self];
136 NSRect aFrame = [self frame];
158 NSRect aFrame = [self frame];
187 [self removeAllToolTips];
200 … [self addToolTipRect: aImgRect owner: rButtons[i].mpToolTipString userData: NULL];
205 [self setFrameSize: aSize];
/aoo42x/main/autodoc/inc/cosv/
H A Dstringdata.hxx42 typedef StringData self; typedef in csv::StringData
74 StringData(const self&);
75 self & operator=(const self&);
/aoo42x/main/vcl/aqua/source/app/
H A Dvclnsapp.mm128 [self cycleFrameForward: pFrame];
134 [self cycleFrameBackward: pFrame];
472 // [remoteControl startListening: self];
474 // [pAppleRemoteCtrl->remoteControl startListening: self];
478 [pAppleRemoteCtrl->remoteControl startListening: self];
500 // [remoteControl stopListening: self];
502 // [pAppleRemoteCtrl->remoteControl stopListening: self];
506 [pAppleRemoteCtrl->remoteControl stopListening: self];
525 [pHdl performSelector:@selector(dockIconClicked:) withObject: self];
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java160 String self = (String) attributes.get("name"); in findPackage() local
162 if ((self != null) && self.equals(name)) in findPackage()
183 String self = (String) attributes.get("name"); in adjust() local
192 …((childParentName != null) && (childParentName.length() > 0) && (! childParentName.equals(self))) { in adjust()
/aoo42x/main/sc/source/filter/excel/
H A Dexcdoc.cxx94 static void lcl_AddBookviews( XclExpRecordList<>& aRecList, ExcTable& self ) in lcl_AddBookviews() argument
97 aRecList.AppendNewRecord( new XclExpWindow1( self.GetRoot() ) ); in lcl_AddBookviews()
101 static void lcl_AddCalcPr( XclExpRecordList<>& aRecList, ExcTable& self ) in lcl_AddCalcPr() argument
103 ScDocument& rDoc = self.GetDoc(); in lcl_AddCalcPr()
119 static void lcl_AddWorkbookProtection( XclExpRecordList<>& aRecList, ExcTable& self )
122 const ScDocProtection* pProtect = self.GetDoc().GetDocProtection();
130 if( self.GetBiff() == EXC_BIFF8 )

Completed in 151 milliseconds

1234567