Home
last modified time | relevance | path

Searched refs:bOwner (Results 1 – 21 of 21) sorted by relevance

/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx495 sal_Bool bOwner = sal_False );
515 sal_Bool bOwner ) in TestThread() argument
519 , m_bOwner ( bOwner ) in TestThread()
632 sal_Bool bOwner = sal_False ; in measureTime() local
641 bOwner = sal_False; in measureTime()
644 bOwner = sal_True; in measureTime()
649 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
/trunk/main/framework/test/
H A Dthreadtest.cxx500 sal_Bool bOwner = sal_False );
520 sal_Bool bOwner ) in TestThread() argument
524 , m_bOwner ( bOwner ) in TestThread()
637 sal_Bool bOwner = sal_False ; in measureTime() local
646 bOwner = sal_False; in measureTime()
649 bOwner = sal_True; in measureTime()
654 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx80 sal_Bool bOwner; // selbst erzeugt member
117 bOwner ( sal_False ), in _FileListEntry()
159 if(bOwner && aDocShell.Is() && aDocShell->IsModified()) in SV_IMPL_OP_PTRARR_SORT()
194 if( bOwner) in SV_IMPL_OP_PTRARR_SORT()
303 pEntry->bOwner = sal_True; in CreateObjectShell()
/trunk/main/sc/source/ui/docshell/
H A Dsizedev.cxx45 bOwner = sal_False; in ScSizeDeviceProvider()
55 bOwner = sal_True; in ScSizeDeviceProvider()
68 if (bOwner) in ~ScSizeDeviceProvider()
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx58 void SetStream(SvStream* _pStream, sal_Bool bOwner ) in SetStream() argument
59 { m_pSvStream = _pStream; m_bSvStreamOwner = bOwner; } in SetStream()
63 OInputStreamWrapper(SvStream* pStream, sal_Bool bOwner=sal_False);
/trunk/main/tools/inc/tools/
H A Dstream.hxx184 SvOpenLockBytes(SvStream * pStream, sal_Bool bOwner): in SvOpenLockBytes() argument
185 SvLockBytes(pStream, bOwner) {} in SvOpenLockBytes()
211 SvAsyncLockBytes(SvStream * pStream, sal_Bool bOwner): in SvAsyncLockBytes() argument
212 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes()
H A Dinetmsg.hxx599 INetMIMEMessage& rChildMsg, sal_Bool bOwner = sal_True);
/trunk/main/sc/source/ui/inc/
H A Dsizedev.hxx35 sal_Bool bOwner; member in ScSizeDeviceProvider
47 sal_Bool IsPrinter() const { return !bOwner; } in IsPrinter()
/trunk/main/sot/inc/sot/
H A Dobject.hxx387 sal_Bool bOwner:1, member in SotObject
397 void SetExtern() { bOwner = sal_False; } in SetExtern()
407 sal_Bool Owner() const { return bOwner; } in Owner()
/trunk/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx42 OSLInputStreamWrapper::OSLInputStreamWrapper( File* pStream, sal_Bool bOwner ) in OSLInputStreamWrapper() argument
44 ,m_bFileOwner( bOwner ) in OSLInputStreamWrapper()
/trunk/main/soltools/ldump/
H A Dhashtbl.cxx80 HashTable::HashTable(unsigned long lSize, bool bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument
83 m_bOwner = bOwner; in HashTable()
H A Dhashtbl.hxx68 bool bOwner,
/trunk/main/tools/workben/
H A Dhashtbl.cxx81 HashTable::HashTable(ULONG lSize, BOOL bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument
84 m_bOwner = bOwner; in HashTable()
H A Dhashtbl.hxx82 BOOL bOwner,
/trunk/main/forms/source/component/
H A Dimgprod.cxx54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner );
67 ImgProdLockBytes::ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ) : in ImgProdLockBytes() argument
68 SvLockBytes( pStm, bOwner ) in ImgProdLockBytes()
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx51 OInputStreamWrapper::OInputStreamWrapper( SvStream* pStream, sal_Bool bOwner ) in OInputStreamWrapper() argument
53 ,m_bSvStreamOwner( bOwner ) in OInputStreamWrapper()
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx271 bool bOwner; member in SdrUndoObjList
286 bool IsOwner() { return bOwner; } in IsOwner()
/trunk/main/sot/source/base/
H A Dobject.cxx81 , bOwner ( sal_True ) in SotObject()
/trunk/main/comphelper/inc/comphelper/
H A Doslfile2streamwrap.hxx53 OSLInputStreamWrapper(::osl::File* pStream, sal_Bool bOwner=sal_False);
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx1398 INetMIMEMessage& rChildMsg, sal_Bool bOwner) in AttachChild() argument
1402 if (bOwner) rChildMsg.pParent = this; in AttachChild()
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx758 bOwner(sal_False), in SdrUndoObjList()
784 bOwner = bNew; in SetOwner()

Completed in 94 milliseconds