Searched refs:rHandle (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | TableManager.hxx | 397 const T & rHandle ) in setHandle() argument 399 mCurHandle = rHandle; in setHandle() 508 virtual void handle(const T & rHandle); 689 mpTableLogger->chars(toString(rHandle)); in handle() 694 setHandle(rHandle); in handle() 1029 (const T & rHandle, PropertiesPointer pProps) in openCell() argument 1033 mpTableLogger->chars(toString(rHandle)); in openCell() 1042 pTableData->addCell(rHandle, pProps); in openCell() 1048 (const T & rHandle) in closeCell() argument 1052 mpTableLogger->chars(toString(rHandle)); in closeCell() [all …]
|
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 183 inline FileHandleGuard(oslFileHandle & rHandle) SAL_THROW(()): 184 m_rHandle(rHandle) {} 219 inline FileHandleReader(oslFileHandle & rHandle) SAL_THROW(()): 220 m_aGuard(rHandle), m_nSize(0), m_nIndex(0), m_bLf(false) {} 301 AsynchReader(oslFileHandle & rHandle); 312 AsynchReader::AsynchReader(oslFileHandle & rHandle): in AsynchReader() argument 313 m_nDataSize(0), m_bError(false), m_bDone(false), m_aGuard(rHandle) in AsynchReader()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow1.cxx | 49 void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle ) in SetSystemParent_Impl() argument 66 if( ! (rHandle >>= nHandle) ) in SetSystemParent_Impl() 69 if( rHandle >>= aProps ) in SetSystemParent_Impl()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 319 sal_Bool EMFWriter::ImplPrepareHandleSelect( sal_uInt32& rHandle, sal_uLong nSelectType ) in ImplPrepareHandleSelect() argument 321 if( rHandle != HANDLE_INVALID ) in ImplPrepareHandleSelect() 339 ( *mpStm ) << rHandle; in ImplPrepareHandleSelect() 343 ImplReleaseHandle( rHandle ); in ImplPrepareHandleSelect() 346 rHandle = ImplAcquireHandle(); in ImplPrepareHandleSelect() 348 return( HANDLE_INVALID != rHandle ); in ImplPrepareHandleSelect()
|
H A D | emfwr.hxx | 69 sal_Bool ImplPrepareHandleSelect( sal_uInt32& rHandle, sal_uLong nSelectType );
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapperTableHandler.hxx | 55 XMLTag::Pointer_t handleToTag(Handle_t & rHandle);
|
H A D | DomainMapperTableHandler.cxx | 46 XMLTag::Pointer_t handleToTag(Handle_t & rHandle) in handleToTag() argument 50 pTag->chars(rHandle->getString()); in handleToTag()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindow.hxx | 101 void SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle );
|
Completed in 40 milliseconds