/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityModel.java | 109 java.lang.ref.WeakReference ref = (java.lang.ref.WeakReference) in putNode() local 111 if (ref != null) { in putNode() 112 return (AccessibilityNode) ref.get(); in putNode() 122 java.lang.ref.WeakReference ref = in findNode() local 123 (java.lang.ref.WeakReference) nodeList.get(oid); in findNode() 124 if (ref != null) { in findNode() 125 return (AccessibilityNode) ref.get(); in findNode() 135 java.lang.ref.WeakReference ref = in removeNode() local 136 (java.lang.ref.WeakReference) nodeList.remove(oid); in removeNode() 137 if (ref != null) { in removeNode() [all …]
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filnot.cxx | 83 if( ref.is() ) in notifyChildInserted() 84 ref->contentEvent( aEvt ); in notifyChildInserted() 100 if( ref.is() ) in notifyDeleted() 101 ref->contentEvent( aEvt ); in notifyDeleted() 129 if( ref.is() ) in notifyRemoved() 130 ref->contentEvent( aEvt ); in notifyRemoved() 144 if( ref.is() ) in notifyExchanged() 145 ref->contentEvent( aEvt ); in notifyExchanged() 181 if( ref.is() ) in notifyPropertyAdded() 182 ref->propertySetInfoChange( aEvt ); in notifyPropertyAdded() [all …]
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxint.cxx | 195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetInteger() 200 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInteger() 202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger() 205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger() 210 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInteger() 212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger() 214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger() 215 ref: in ImpGetInteger() 516 ref: in ImpGetInt64() [all …]
|
H A D | sbxbyte.cxx | 201 aTmp.nChar = *p->pChar; goto ref; in ImpGetByte() 204 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetByte() 206 aTmp.nLong = *p->pLong; goto ref; in ImpGetByte() 208 aTmp.nULong = *p->pULong; goto ref; in ImpGetByte() 211 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetByte() 213 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte() 216 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetByte() 221 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetByte() 223 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetByte() 225 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetByte() [all …]
|
H A D | sbxchar.cxx | 189 aTmp.nByte = *p->pByte; goto ref; in ImpGetChar() 192 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetChar() 194 aTmp.nLong = *p->pLong; goto ref; in ImpGetChar() 196 aTmp.nULong = *p->pULong; goto ref; in ImpGetChar() 199 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetChar() 201 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar() 204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar() 209 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetChar() 211 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetChar() 213 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetChar() [all …]
|
H A D | sbxuint.cxx | 190 aTmp.nChar = *p->pChar; goto ref; in ImpGetUShort() 193 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetUShort() 195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetUShort() 199 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort() 202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort() 204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort() 207 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetUShort() 209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort() 211 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetUShort() [all …]
|
H A D | sbxulng.cxx | 168 aTmp.nChar = *p->pChar; goto ref; in ImpGetULong() 171 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetULong() 173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong() 175 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong() 178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong() 180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong() 182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong() 184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong() 187 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetULong() 188 ref: in ImpGetULong()
|
H A D | sbxlng.cxx | 162 aTmp.nULong = *p->pULong; goto ref; in ImpGetLong() 165 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetLong() 167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetLong() 170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong() 172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong() 174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong() 176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong() 179 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetLong() 180 ref: in ImpGetLong()
|
H A D | sbxcurr.cxx | 152 aTmp.nLong = *p->pLong; goto ref; in ImpGetCurrency() 154 aTmp.nULong = *p->pULong; goto ref; in ImpGetCurrency() 156 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency() 159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency() 161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency() 163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency() 164 ref: in ImpGetCurrency()
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | WeakReference_Test.java | 64 ref = new java.lang.ref.WeakReference(obj); in Adapter() 68 return ref.get(); in queryAdapted() 71 public void addReference(XReference ref) { in addReference() argument 74 listeners.add(ref); in addReference() 78 ref.dispose(); in addReference() 81 public synchronized void removeReference(XReference ref) { in removeReference() argument 83 listeners.remove(ref); in removeReference() 108 private final java.lang.ref.WeakReference ref; field in WeakReference_Test.MockWeak.Adapter
|
/aoo41x/main/writerfilter/inc/resourcemodel/ |
H A D | LoggedResources.hxx | 69 void props(writerfilter::Reference<Properties>::Pointer_t ref); 70 void table(Id name, writerfilter::Reference<Table>::Pointer_t ref); 71 void substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref); 85 virtual void lcl_props(writerfilter::Reference<Properties>::Pointer_t ref) = 0; 86 virtual void lcl_table(Id name, writerfilter::Reference<Table>::Pointer_t ref) = 0; 87 virtual void lcl_substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref) = 0; 115 void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref); 118 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref) = 0;
|
/aoo41x/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 102 void WW8Analyzer::entry(int /*pos*/, ::writerfilter::Reference<Properties>::Pointer_t ref) in entry() argument 104 ref->resolve(*this); in entry() 144 void WW8Analyzer::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() argument 146 ref->resolve(*this); in props() 149 void WW8Analyzer::table(Id /*id*/, writerfilter::Reference<Table>::Pointer_t ref) in table() argument 151 ref->resolve(*this); in table() 155 writerfilter::Reference<Stream>::Pointer_t ref) in substream() argument 157 ref->resolve(*this); in substream()
|
H A D | Protocol.cxx | 108 void StreamProtocol::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() argument 111 m_pStream->props(ref); in props() 116 writerfilter::Reference<Table>::Pointer_t ref) in table() argument 120 m_pStream->table(name, ref); in table() 125 writerfilter::Reference<Stream>::Pointer_t ref) in substream() argument 130 m_pStream->substream(name, ref); in substream() 202 writerfilter::Reference<Properties>::Pointer_t ref) in entry() argument 206 m_pTable->entry(pos, ref); in entry()
|
H A D | LoggedResources.cxx | 203 void LoggedStream::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() argument 209 lcl_props(ref); in props() 216 void LoggedStream::table(Id name, writerfilter::Reference<Table>::Pointer_t ref) in table() argument 223 lcl_table(name, ref); in table() 230 void LoggedStream::substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref) in substream() argument 237 lcl_substream(name, ref); in substream() 304 void LoggedTable::entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref) in entry() argument 311 lcl_entry(pos, ref); in entry()
|
H A D | resourcemodel.cxx | 360 void WW8StreamHandler::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() argument 364 output.addItem("<properties type=\"" + ref->getType() + "\">"); in props() 365 ref->resolve(aHandler); in props() 372 void WW8StreamHandler::table(Id name, writerfilter::Reference<Table>::Pointer_t ref) in table() argument 381 ref->resolve(aHandler); in table() 392 writerfilter::Reference<Stream>::Pointer_t ref) in substream() argument 399 ref->resolve(*this); in substream() 529 writerfilter::Reference<Properties>::Pointer_t ref) in entry() argument 537 ref->resolve(aHandler); in entry()
|
H A D | resourcemodel.hxx | 43 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref); 45 writerfilter::Reference<Table>::Pointer_t ref); 50 virtual void substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref); 89 writerfilter::Reference<Properties>::Pointer_t ref); 103 void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
|
H A D | WW8Analyzer.hxx | 65 virtual void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref); 70 writerfilter::Reference<Properties>::Pointer_t ref); 82 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref); 84 writerfilter::Reference<Table>::Pointer_t ref); 86 writerfilter::Reference<Stream>::Pointer_t ref);
|
/aoo41x/main/sax/test/sax/ |
H A D | testwriter.cxx | 474 Reference< XOutputStream > ref( ( XOutputStream * ) pw , UNO_QUERY ); in testSimple() local 478 ERROR_ASSERT( ref.is() , "no output stream" ); in testSimple() 481 source->setOutputStream( ref ); in testSimple() 547 Reference< XOutputStream > ref( ( XOutputStream * ) pw , UNO_QUERY ); in testExceptions() local 551 ERROR_ASSERT( ref.is() , "no output stream" ); in testExceptions() 554 source->setOutputStream( ref ); in testExceptions() 614 Reference< XOutputStream > ref( ( XOutputStream * ) pw , UNO_QUERY ); in testDTD() local 618 ERROR_ASSERT( ref.is() , "no output stream" ); in testDTD() 621 source->setOutputStream( ref ); in testDTD() 649 ERROR_ASSERT( ref.is() , "no output stream" ); in testPerformance() [all …]
|
/aoo41x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 574 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testSimple() local 578 ERROR_ASSERT( ref.is() , "no output stream" ); in testSimple() 581 source->setOutputStream( ref ); in testSimple() 643 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testExceptions() local 647 ERROR_ASSERT( ref.is() , "no output stream" ); in testExceptions() 650 source->setOutputStream( ref ); in testExceptions() 694 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testDTD() local 698 ERROR_ASSERT( ref.is() , "no output stream" ); in testDTD() 701 source->setOutputStream( ref ); in testDTD() 727 ERROR_ASSERT( ref.is() , "no output stream" ); in testPerformance() [all …]
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | nativethreadpool.cxx | 165 jobject ref = env->NewLocalRef(job); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter() local 167 return ref; in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter() 193 jobject ref = env->NewGlobalRef(job); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() local 194 if (ref == 0) { in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() 199 j = new(std::nothrow) Job(p, ref); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() 201 env->DeleteGlobalRef(ref); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() 208 request ? static_cast< void * >(j) : static_cast< void * >(ref), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | usereventqueue.cxx | 194 boost::ref( mrEventQueue ), _1 ) ); in handleAnimationEvent() 336 boost::ref(mrEventMultiplexer) ), in handleEvent_impl() 794 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideStartEvent() 802 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideEndEvent() 813 boost::ref( mrMultiplexer ), _1 ) ); in registerAnimationStartEvent() 824 boost::ref( mrMultiplexer ), _1 ) ); in registerAnimationEndEvent() 835 boost::ref( mrMultiplexer ), _1 ) ); in registerAudioStoppedEvent() 933 boost::ref(mrMultiplexer), _1, in registerRewindEffectEvent() 967 boost::ref( mrMultiplexer ), _1, in registerDoubleClickEvent() 978 boost::ref( mrMultiplexer ), _1, in registerMouseEnterEvent() [all …]
|
/aoo41x/main/svl/source/misc/ |
H A D | urihelper.cxx | 286 if (!isAbsoluteHierarchicalUriReference(ref)) { in normalize() 289 sal_Int32 count = ref->getPathSegmentCount(); in normalize() 293 rtl::OUStringBuffer head(ref->getScheme()); in normalize() 295 if (ref->hasAuthority()) { in normalize() 297 head.append(ref->getAuthority()); in normalize() 303 buf.append(ref->getPathSegment(j)); in normalize() 331 buf.append(ref->getPathSegment(j)); in normalize() 333 if (ref->hasQuery()) { in normalize() 335 buf.append(ref->getQuery()); in normalize() 337 if (ref->hasFragment()) { in normalize() [all …]
|
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTransformer.java | 281 java.lang.ref.WeakReference ref = null; in start() 283 … if ((ref = (java.lang.ref.WeakReference) xsltReferences.get(stylesheeturl)) == null || in start() 284 (transformation = ((Transformation) ref.get())) == null || in start() 285 ((Transformation) ref.get()).lastmod < lastmod) { in start() 288 if (ref != null) { in start() 303 ref = new java.lang.ref.WeakReference(transformation); in start() 304 xsltReferences.put(stylesheeturl, ref); in start()
|
/aoo41x/main/cppu/inc/uno/ |
H A D | dispatcher.hxx | 58 inline UnoInterfaceReference( UnoInterfaceReference const & ref ); 70 UnoInterfaceReference const & ref ) in operator =() argument 71 { return set( ref.m_pUnoI ); } in operator =() 117 UnoInterfaceReference const & ref ) in UnoInterfaceReference() argument 118 : m_pUnoI( ref.m_pUnoI ) in UnoInterfaceReference()
|
/aoo41x/main/ridljar/com/sun/star/lib/util/ |
H A D | WeakMap.java | 26 import java.lang.ref.ReferenceQueue; 27 import java.lang.ref.WeakReference; 261 public static Object getValue(Object ref) { in getValue() argument 262 return ref == null ? null : ((WeakReference) ref).get(); in getValue()
|