Home
last modified time | relevance | path

Searched refs:pThis (Results 126 – 150 of 232) sorted by relevance

12345678910

/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx355 inline void SetWindowPtr( HWND hWnd, WinSalFrame* pThis ) in SetWindowPtr() argument
357 ImplSetWindowLong( hWnd, SAL_FRAME_THIS, (LONG)pThis ); in SetWindowPtr()
365 inline void SetSalObjWindowPtr( HWND hWnd, WinSalObject* pThis ) in SetSalObjWindowPtr() argument
367 ImplSetWindowLong( hWnd, SAL_OBJECT_THIS, (LONG)pThis ); in SetSalObjWindowPtr()
/aoo41x/main/xmloff/source/style/
H A Dxmlstyle.cxx674 SvXMLStylesContext * pThis = (SvXMLStylesContext *)this; in GetImportPropertyMapper() local
675 pThis->mxParaImpPropMapper = in GetImportPropertyMapper()
676 pThis->GetImport().GetTextImport() in GetImportPropertyMapper()
684 SvXMLStylesContext * pThis = (SvXMLStylesContext *)this; in GetImportPropertyMapper() local
685 pThis->mxTextImpPropMapper = in GetImportPropertyMapper()
686 pThis->GetImport().GetTextImport() in GetImportPropertyMapper()
H A DPageMasterExportPropMapper.cxx244 XMLPageMasterExportPropMapper* pThis = (XMLPageMasterExportPropMapper*) this; in handleElementItem() local
291 pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter, NULL, in handleElementItem()
297 pThis->aTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
300 pThis->aFootnoteSeparatorExport.exportXML( pProperties, nIdx, in handleElementItem()
/aoo41x/main/sfx2/source/appl/
H A Dshutdownicon.cxx415 DBG_ASSERT( pThis->m_pFileDlg, "ShutdownIcon, DialogClosedHdl_Impl(): no file dialog" ); in IMPL_STATIC_LINK()
418 if ( ERRCODE_NONE == pThis->m_pFileDlg->GetError() ) in IMPL_STATIC_LINK()
420 Reference< XFilePicker > xPicker = pThis->m_pFileDlg->GetFilePicker(); in IMPL_STATIC_LINK()
454 OUString aFilterName( pThis->m_pFileDlg->GetCurrentFilter() ); in IMPL_STATIC_LINK()
547 delete pThis->m_pFileDlg; in IMPL_STATIC_LINK()
548 pThis->m_pFileDlg = NULL; in IMPL_STATIC_LINK()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcall.cxx90 void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
94 void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex, in callVirtualMethod() argument
100 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod()
/aoo41x/main/sw/source/core/frmedt/
H A Dfews.cxx399 void lcl_SetAPageOffset( sal_uInt16 nOffset, SwPageFrm* pPage, SwFEShell* pThis ) in lcl_SetAPageOffset() argument
401 pThis->StartAllAction(); in lcl_SetAPageOffset()
408 SwFrm *pFrm = pThis->GetCurrFrm( sal_False ); in lcl_SetAPageOffset()
410 pThis->GetDoc()->SetAttr( aDesc, *pFrm->FindTabFrm()->GetFmt() ); in lcl_SetAPageOffset()
413 pThis->GetDoc()->InsertPoolItem( *pThis->GetCrsr(), aDesc, 0 ); in lcl_SetAPageOffset()
416 pThis->EndAllAction(); in lcl_SetAPageOffset()
/aoo41x/main/sw/source/core/fields/
H A Dtblcalc.cxx188 SwTblField* pThis = (SwTblField*)this; in QueryValue() local
189 pThis->nSubType |= nsSwExtendedSubType::SUB_CMD; in QueryValue()
191 pThis->nSubType = nOldSubType; in QueryValue()
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx1323 if ( pThis->mnSplitTest & SPLIT_HORZ ) in ImplDrawSplitTracking()
1325 aRect.Top() = pThis->maDragRect.Top(); in ImplDrawSplitTracking()
1326 aRect.Bottom() = pThis->maDragRect.Bottom(); in ImplDrawSplitTracking()
1329 if ( !(pThis->mnWinStyle & WB_NOSPLITDRAW) ) in ImplDrawSplitTracking()
1331 if ( (pThis->mnSplitTest & SPLIT_WINDOW) && in ImplDrawSplitTracking()
1332 (pThis->mbAutoHide || pThis->mbFadeOut) ) in ImplDrawSplitTracking()
1340 aRect.Left() = pThis->maDragRect.Left(); in ImplDrawSplitTracking()
1341 aRect.Right() = pThis->maDragRect.Right(); in ImplDrawSplitTracking()
1344 if ( !(pThis->mnWinStyle & WB_NOSPLITDRAW) ) in ImplDrawSplitTracking()
1346 if ( (pThis->mnSplitTest & SPLIT_WINDOW) && in ImplDrawSplitTracking()
[all …]
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx246 static void * __cdecl __copyConstruct( void * pExcThis, void * pSource, ObjectFunction * pThis ) in __copyConstruct() argument
249 ::uno_copyData( pExcThis, pSource, pThis->_pTypeDescr, cpp_acquire ); in __copyConstruct()
253 static void * __cdecl __destruct( void * pExcThis, ObjectFunction * pThis ) in __destruct() argument
256 ::uno_destructData( pExcThis, pThis->_pTypeDescr, cpp_release ); in __destruct()
/aoo41x/main/sw/source/core/bastyp/
H A Dbparr.cxx139 BigPtrArray* pThis = (BigPtrArray*) this; in operator []() local
142 pThis->nCur = cur; in operator []()
460 BigPtrArray* pThis = (BigPtrArray*) this; in Replace() local
463 pThis->nCur = cur; in Replace()
/aoo41x/main/sd/source/ui/app/
H A Doptsitem.cxx123 SdOptionsGeneric* pThis = const_cast<SdOptionsGeneric*>(this); in Init() local
126 pThis->mpCfgItem = new SdOptionsItem( *this, maSubTree ); in Init()
135 pThis->EnableModify( sal_False ); in Init()
136 pThis->mbInit = pThis->ReadData( pValues ); in Init()
137 pThis->EnableModify( sal_True ); in Init()
140 pThis->mbInit = sal_True; in Init()
/aoo41x/main/sw/source/core/text/
H A Dtxtftn.cxx297 SwTxtFrm *pThis = (SwTxtFrm*)this; in GetFtnLine()
303 return pThis->mnFtnLine > 0 ? in GetFtnLine()
304 pThis->mnFtnLine : in GetFtnLine()
310 SwTxtInfo aInf( pThis ); in GetFtnLine()
311 SwTxtIter aLine( pThis, &aInf ); in GetFtnLine()
321 nRet = lcl_GetFtnLower( pThis, nRet ); in GetFtnLine()
323 pThis->mnFtnLine = nRet; in GetFtnLine()
H A Dporlin.cxx159 SwLinePortion *pThis = (SwLinePortion*)this; in PrePaint() local
160 pThis->Width( nViewWidth ); in PrePaint()
162 pThis->Width(0); in PrePaint()
/aoo41x/main/svtools/source/misc/
H A Dtransfer.cxx1110 TransferableHelper* pThis = const_cast< TransferableHelper* >( this ); in CopyToClipboard() local
1118 xDesktop->addTerminateListener( pThis->mxTerminateListener = new TerminateListener( *pThis ) ); in CopyToClipboard()
1121 mxClipboard->setContents( pThis, pThis ); in CopyToClipboard()
1147 TransferableHelper* pThis = const_cast< TransferableHelper* >( this ); in CopyToSelection() local
1155 xDesktop->addTerminateListener( pThis->mxTerminateListener = new TerminateListener( *pThis ) ); in CopyToSelection()
1158 xSelection->setContents( pThis, pThis ); in CopyToSelection()
/aoo41x/main/xml2cmp/source/inc/
H A Dprecomp.h43 #define MREF( x ) (&(pThis->x))
44 #define THIS_ pThis
H A Dstr.h41 #define Cstring_THIS Cstring * pThis
46 void Cstring_DTOR( Cstring * pThis );
/aoo41x/main/vcl/source/gdi/
H A Dprint2.cxx765 Printer* pThis = dynamic_cast<Printer*>(this); in RemoveTransparenciesFromMetaFile() local
766 Point aPageOffset = pThis->GetPageOffsetPixel(); in RemoveTransparenciesFromMetaFile()
768 Size aSize = pThis->GetPaperSizePixel(); in RemoveTransparenciesFromMetaFile()
1158 Printer* pThis = dynamic_cast<Printer*>(this); in RemoveTransparenciesFromMetaFile() local
1159 aPageOffset = pThis->GetPageOffsetPixel(); in RemoveTransparenciesFromMetaFile()
1161 aTmpSize = pThis->GetPaperSizePixel(); in RemoveTransparenciesFromMetaFile()
/aoo41x/main/vos/source/
H A Dsignal.cxx34 vos::OSignalHandler* pThis= (vos::OSignalHandler*)pthis; in signalHandlerFunction_impl() local
36 return ((oslSignalAction)pThis->signal(pInfo)); in signalHandlerFunction_impl()
/aoo41x/main/autodoc/source/parser/inc/semantic/
H A Dsub_pe.hxx95 self * pThis = const_cast< self* >(this); in CreateChild() local
99 pThis->pChild = pNewChild; in CreateChild()
/aoo41x/main/automation/source/server/
H A Drecorder.hxx35 Window* GetParentWithID( Window* pThis );
36 rtl::OString GetParentID( Window* pThis );
/aoo41x/main/forms/source/component/
H A Dclickableimage.cxx867 ::osl::MutexGuard aGuard( pThis->m_aMutex ); in IMPL_STATIC_LINK()
868 pThis->DownloadDone(); in IMPL_STATIC_LINK()
875 ::osl::MutexGuard aGuard( pThis->m_aMutex ); in IMPL_STATIC_LINK()
876 pThis->DataAvailable(); in IMPL_STATIC_LINK()
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx60 void DoLog_Impl( const BrowseBox *pThis, const char *pWhat, const char *pWho ) in DoLog_Impl() argument
66 String aEntry( (long) pThis ); in DoLog_Impl()
68 aEntry += pThis->GetCurRow(); in DoLog_Impl()
74 aEntry += pThis->GetCursorHideCount(); in DoLog_Impl()
978 BrowseBox *pThis = (BrowseBox*)this; in ImpGetDataRowHeight() local
979 pThis->nDataRowHeight = pThis->CalcReverseZoom(pDataWin->GetTextHeight() + 2); in ImpGetDataRowHeight()
980 pThis->Resize(); in ImpGetDataRowHeight()
/aoo41x/main/editeng/source/items/
H A Dnumitem.cxx652 if( !pThis->aGraphicSize.Width() || !pThis->aGraphicSize.Height() ) in IMPL_STATIC_LINK()
654 const Graphic* pGrf = pThis->pGraphicBrush->GetGraphic(); in IMPL_STATIC_LINK()
656 pThis->aGraphicSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf ); in IMPL_STATIC_LINK()
658 pThis->NotifyGraphicArrived(); in IMPL_STATIC_LINK()
/aoo41x/main/external/mingwheaders/
H A Dmingw_headers.patch117 + __SEHandler* pThis = reinterpret_cast< _ER * >(EstablisherFrame)->pHandlerClass;
120 + pThis->m_final(pThis->m_pData);
124 + switch ( pThis->m_filter(pThis->m_pData, &ep) )
129 + pThis->m_handlerbody(pThis->m_pData, &ep);
130 + ContextRecord->Ebp = pThis->m_jmpbuf[0];
131 + ContextRecord->Eip = pThis->m_jmpbuf[1];
132 + ContextRecord->Esp = pThis->m_jmpbuf[2];
/aoo41x/main/sw/inc/
H A Dunobaseclass.hxx148 C *const pThis) in UnoTunnelImpl() argument
155 reinterpret_cast< sal_IntPtr >(pThis) ); in UnoTunnelImpl()

Completed in 526 milliseconds

12345678910