Home
last modified time | relevance | path

Searched refs:rHandle (Results 1 – 8 of 8) sorted by relevance

/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx397 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 …]
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx183 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()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx49 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()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx319 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 Demfwr.hxx69 sal_Bool ImplPrepareHandleSelect( sal_uInt32& rHandle, sal_uLong nSelectType );
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx55 XMLTag::Pointer_t handleToTag(Handle_t & rHandle);
H A DDomainMapperTableHandler.cxx46 XMLTag::Pointer_t handleToTag(Handle_t & rHandle) in handleToTag() argument
50 pTag->chars(rHandle->getString()); in handleToTag()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx101 void SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle );

Completed in 40 milliseconds