/aoo42x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 495 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()
|
/aoo42x/main/framework/test/ |
H A D | threadtest.cxx | 500 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()
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 80 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()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | sizedev.cxx | 45 bOwner = sal_False; in ScSizeDeviceProvider() 55 bOwner = sal_True; in ScSizeDeviceProvider() 68 if (bOwner) in ~ScSizeDeviceProvider()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | streamwrap.hxx | 58 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);
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 186 SvOpenLockBytes(SvStream * pStream, sal_Bool bOwner): in SvOpenLockBytes() argument 187 SvLockBytes(pStream, bOwner) {} in SvOpenLockBytes() 213 SvAsyncLockBytes(SvStream * pStream, sal_Bool bOwner): in SvAsyncLockBytes() argument 214 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes()
|
H A D | inetmsg.hxx | 599 INetMIMEMessage& rChildMsg, sal_Bool bOwner = sal_True);
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | sizedev.hxx | 35 sal_Bool bOwner; member in ScSizeDeviceProvider 47 sal_Bool IsPrinter() const { return !bOwner; } in IsPrinter()
|
/aoo42x/main/sot/inc/sot/ |
H A D | object.hxx | 387 sal_Bool bOwner:1, member in SotObject 397 void SetExtern() { bOwner = sal_False; } in SetExtern() 407 sal_Bool Owner() const { return bOwner; } in Owner()
|
/aoo42x/main/comphelper/source/streaming/ |
H A D | oslfile2streamwrap.cxx | 42 OSLInputStreamWrapper::OSLInputStreamWrapper( File* pStream, sal_Bool bOwner ) in OSLInputStreamWrapper() argument 44 ,m_bFileOwner( bOwner ) in OSLInputStreamWrapper()
|
/aoo42x/main/soltools/ldump/ |
H A D | hashtbl.cxx | 80 HashTable::HashTable(unsigned long lSize, bool bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument 83 m_bOwner = bOwner; in HashTable()
|
H A D | hashtbl.hxx | 68 bool bOwner,
|
/aoo42x/main/tools/workben/ |
H A D | hashtbl.cxx | 81 HashTable::HashTable(ULONG lSize, BOOL bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument 84 m_bOwner = bOwner; in HashTable()
|
H A D | hashtbl.hxx | 82 BOOL bOwner,
|
/aoo42x/main/forms/source/component/ |
H A D | imgprod.cxx | 54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ); 67 ImgProdLockBytes::ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ) : in ImgProdLockBytes() argument 68 SvLockBytes( pStm, bOwner ) in ImgProdLockBytes()
|
/aoo42x/main/unotools/source/streaming/ |
H A D | streamwrap.cxx | 51 OInputStreamWrapper::OInputStreamWrapper( SvStream* pStream, sal_Bool bOwner ) in OInputStreamWrapper() argument 53 ,m_bSvStreamOwner( bOwner ) in OInputStreamWrapper()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdundo.hxx | 271 bool bOwner; member in SdrUndoObjList 286 bool IsOwner() { return bOwner; } in IsOwner()
|
/aoo42x/main/sot/source/base/ |
H A D | object.cxx | 81 , bOwner ( sal_True ) in SotObject()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | oslfile2streamwrap.hxx | 53 OSLInputStreamWrapper(::osl::File* pStream, sal_Bool bOwner=sal_False);
|
/aoo42x/main/tools/source/inet/ |
H A D | inetmsg.cxx | 1398 INetMIMEMessage& rChildMsg, sal_Bool bOwner) in AttachChild() argument 1402 if (bOwner) rChildMsg.pParent = this; in AttachChild()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 758 bOwner(sal_False), in SdrUndoObjList() 784 bOwner = bNew; in SetOwner()
|