| /aoo41x/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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/sfx2/source/view/ | 
| H A D | orgmgr.cxx | 80 	sal_Bool bOwner;				// selbst erzeugt  member117     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()
 
 | 
| /aoo41x/main/unotools/inc/unotools/ | 
| H A D | streamwrap.hxx | 58     void            SetStream(SvStream* _pStream, sal_Bool bOwner )  in SetStream()  argument59                     { m_pSvStream = _pStream; m_bSvStreamOwner = bOwner; }  in SetStream()
 63 	OInputStreamWrapper(SvStream* pStream, sal_Bool bOwner=sal_False);
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | sizedev.hxx | 35 	sal_Bool			bOwner;  member in ScSizeDeviceProvider47 	sal_Bool			IsPrinter() const	{ return !bOwner; }  in IsPrinter()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 186 	SvOpenLockBytes(SvStream * pStream, sal_Bool bOwner):  in SvOpenLockBytes()  argument187 		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);
 | 
| /aoo41x/main/sot/inc/sot/ | 
| H A D | object.hxx | 387     sal_Bool    bOwner:1,  member in SotObject397     void                SetExtern() { bOwner = sal_False; }  in SetExtern()
 407     sal_Bool                Owner() const { return bOwner; }  in Owner()
 
 | 
| /aoo41x/main/comphelper/source/streaming/ | 
| H A D | oslfile2streamwrap.cxx | 42 OSLInputStreamWrapper::OSLInputStreamWrapper( File* pStream, sal_Bool bOwner )  in OSLInputStreamWrapper()  argument44 				 ,m_bFileOwner( bOwner )  in OSLInputStreamWrapper()
 
 | 
| /aoo41x/main/soltools/ldump/ | 
| H A D | hashtbl.cxx | 80 HashTable::HashTable(unsigned long lSize, bool bOwner, double dMaxLoadFactor, double dGrowFactor)  in HashTable()  argument83     m_bOwner         = bOwner;  in HashTable()
 
 | 
| H A D | hashtbl.hxx | 68 		bool	bOwner,
 | 
| /aoo41x/main/tools/workben/ | 
| H A D | hashtbl.cxx | 81 HashTable::HashTable(ULONG lSize, BOOL bOwner, double dMaxLoadFactor, double dGrowFactor)  in HashTable()  argument84     m_bOwner         = bOwner;  in HashTable()
 
 | 
| H A D | hashtbl.hxx | 82 		BOOL	bOwner, 
 | 
| /aoo41x/main/soldep/bootstrp/ | 
| H A D | hashtbl.cxx | 77 HashTable::HashTable(sal_uIntPtr lSize, sal_Bool bOwner, double dMaxLoadFactor, double dGrowFactor)  in HashTable()  argument80     m_bOwner         = bOwner;  in HashTable()
 
 | 
| /aoo41x/main/unotools/source/streaming/ | 
| H A D | streamwrap.cxx | 51 OInputStreamWrapper::OInputStreamWrapper( SvStream* pStream, sal_Bool bOwner )  in OInputStreamWrapper()  argument53 				 ,m_bSvStreamOwner( bOwner )  in OInputStreamWrapper()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | svdundo.hxx | 271 	bool    					bOwner;  member in SdrUndoObjList286 	bool IsOwner() { return bOwner; }  in IsOwner()
 
 | 
| /aoo41x/main/sot/source/base/ | 
| H A D | object.cxx | 81     , bOwner      ( sal_True )  in SotObject()
 | 
| /aoo41x/main/comphelper/inc/comphelper/ | 
| H A D | oslfile2streamwrap.hxx | 53 	OSLInputStreamWrapper(::osl::File* pStream, sal_Bool bOwner=sal_False);
 | 
| /aoo41x/main/soldep/inc/soldep/ | 
| H A D | hashtbl.hxx | 83 		sal_Bool	bOwner,
 | 
| /aoo41x/main/tools/source/inet/ | 
| H A D | inetmsg.cxx | 1398     INetMIMEMessage& rChildMsg, sal_Bool bOwner)  in AttachChild()  argument1402         if (bOwner) rChildMsg.pParent = this;  in AttachChild()
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdundo.cxx | 755 	bOwner(sal_False),  in SdrUndoObjList()781 	bOwner = bNew;  in SetOwner()
 
 |