Home
last modified time | relevance | path

Searched refs:pThis (Results 1 – 25 of 232) sorted by last modified time

12345678910

/aoo41x/main/xmloff/source/text/
H A Dtxtexppr.cxx61 XMLTextExportPropertySetMapper *pThis = in handleElementItem() local
67 pThis->maDropCapExport.exportXML( rProperty.maValue, bDropWholeWord, in handleElementItem()
69 pThis->bDropWholeWord = sal_False; in handleElementItem()
70 pThis->sDropCharStyle = OUString(); in handleElementItem()
74 pThis->maTabStopExport.Export( rProperty.maValue ); in handleElementItem()
78 pThis->maTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
112 pThis->maBackgroundImageExport.exportXML( in handleElementItem()
145 XMLTextExportPropertySetMapper *pThis = in handleSpecialItem() local
152 pThis->bDropWholeWord = *(sal_Bool *)rProperty.maValue.getValue(); in handleSpecialItem()
157 rProperty.maValue >>= pThis->sDropCharStyle; in handleSpecialItem()
/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/xml2cmp/source/inc/
H A Dlst_str.h51 #define ListCstring_THIS ListCstring * pThis
52 #define LSIterator_THIS LSIterator * pThis
53 #define LSElem_THIS LSElem * pThis
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 );
H A Dtextbuff.h39 #define TextBuffer_THIS TextBuffer * pThis
H A Dtextfile.h39 #define TextFile_THIS TextFile * pThis
/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()
H A Dthread.cxx33 vos::OThread* pThis= (vos::OThread*)pthis; in threadWorkerFunction_impl() local
36 pThis->run(); in threadWorkerFunction_impl()
39 if (! pThis->m_bTerminating) in threadWorkerFunction_impl()
41 pThis->m_bTerminating = sal_True; in threadWorkerFunction_impl()
43 pThis->onTerminated(); // could e.g. delete this in threadWorkerFunction_impl()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1649 HWND hWndOld = pThis->mhWnd; in ImplSetParentFrame()
1664 if( pThis->mhWnd == hWndParent ) in ImplSetParentFrame()
1692 if ( pThis->mpGraphics2 && in ImplSetParentFrame()
1693 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame()
1699 pThis->ReleaseGraphics( pThis->mpGraphics2 ); in ImplSetParentFrame()
1706 if ( pThis->mpGraphics ) in ImplSetParentFrame()
1709 SelectPalette( pThis->mpGraphics->getHDC(), pThis->mpGraphics->mhDefPal, TRUE ); in ImplSetParentFrame()
1711 ReleaseDC( pThis->mhWnd, pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
1727 if( pThis->mpGraphics2 ) in ImplSetParentFrame()
1764 if( pThis->mpGraphics ) in ImplSetParentFrame()
[all …]
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2697 if( frame_x != pThis->maGeometry.nX || frame_y != pThis->maGeometry.nY ) in signalButton()
2771 if( frame_x != pThis->maGeometry.nX || frame_y != pThis->maGeometry.nY ) in signalMotion()
2911 if( ! pThis->m_pParent && (pThis->m_nStyle & SAL_FRAME_STYLE_MOVEABLE) != 0 ) in signalMap()
2953 pThis->getDisplay()->GetCaptureFrame() == pThis ) in signalConfigure()
2972 if( x != pThis->maGeometry.nX || y != pThis->maGeometry.nY ) in signalConfigure()
3203 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_FONTCHANGED ); in signalStyleSet()
3233 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_RESIZE ); in signalState()
3239 Rectangle( Point( pThis->maGeometry.nX, pThis->maGeometry.nY ), in signalState()
3248 pThis, in signalState()
3564 pThis->m_aInputEvent.mnCursorPos = pThis->m_aInputEvent.maText.Len(); in signalIMCommit()
[all …]
H A Dgtkobject.cxx178 GtkSalObject* pThis = (GtkSalObject*)object; in signalButton() local
183 pThis->CallCallback( SALOBJ_EVENT_TOTOP, NULL ); in signalButton()
191 GtkSalObject* pThis = (GtkSalObject*)object; in signalFocus() local
195 pThis->CallCallback( pEvent->in ? SALOBJ_EVENT_GETFOCUS : SALOBJ_EVENT_LOSEFOCUS, NULL ); in signalFocus()
202 GtkSalObject* pThis = (GtkSalObject*)object; in signalDestroy() local
203 if( GTK_WIDGET(pObj) == pThis->m_pSocket ) in signalDestroy()
205 pThis->m_pSocket = NULL; in signalDestroy()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx4180 X11SalFrame* pThis = (X11SalFrame*)pX11SalFrame; in checkKeyReleaseForRepeat() local
4183 pCheck->xkey.state == pThis->nKeyState_ && in checkKeyReleaseForRepeat()
4184 pCheck->xkey.keycode == pThis->nKeyCode_ && in checkKeyReleaseForRepeat()
4185 pCheck->xkey.time == pThis->nReleaseTime_ ? True : False; in checkKeyReleaseForRepeat()
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx732 GtkXLib *pThis = (GtkXLib *) data; in timeoutFn() local
736 if( pThis->m_pTimeout ) in timeoutFn()
738 g_source_unref (pThis->m_pTimeout); in timeoutFn()
739 pThis->m_pTimeout = NULL; in timeoutFn()
743 pThis->StartTimer( pThis->m_nTimeoutMS ); in timeoutFn()
797 GtkXLib *pThis = (GtkXLib *) data; in userEventFn() local
801 pThis->m_pGtkSalDisplay->EventGuardAcquire(); in userEventFn()
805 if( pThis->m_pUserEvent ) in userEventFn()
807 g_source_unref (pThis->m_pUserEvent); in userEventFn()
808 pThis->m_pUserEvent = NULL; in userEventFn()
[all …]
/aoo41x/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx379 static void run_dest_thread_stub( void* pThis ) in run_dest_thread_stub() argument
381 CUPSManager::runDestThread( pThis ); in run_dest_thread_stub()
410 void CUPSManager::runDestThread( void* pThis ) in runDestThread() argument
412 ((CUPSManager*)pThis)->runDests(); in runDestThread()
/aoo41x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3470 void SelectionManager::runDragExecute( void* pThis ) in runDragExecute() argument
3472 SelectionManager* This = (SelectionManager*)pThis; in runDragExecute()
3759 void SelectionManager::run( void* pThis ) in run() argument
3766 SelectionManager* This = (SelectionManager*)pThis; in run()
/aoo41x/main/vcl/unx/generic/app/
H A Dsm.cxx282 SMprintf( "posting save documents event shutdown = %s\n", (pThis!=0) ? "true" : "false" ); in IMPL_STATIC_LINK()
285 if (pThis != 0 && bFirstShutdown) //first shutdown request in IMPL_STATIC_LINK()
310 SalSessionSaveRequestEvent aEvent( pThis != 0, false ); in IMPL_STATIC_LINK()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx265 if( pThis->ImplIsFloatingMode() || !(pThis->mnWinStyle & WB_BORDER) ) in ImplCalcBorder()
320 if( !pThis->IsBackground() && pThis->HasPaintEvent() && !pThis->IsInPaint() ) in ImplCheckUpdate()
433 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplDrawGradientBackground()
446 ImplCalcBorder( pThis->meAlign, nLeft, nTop, nRight, nBottom, pThis ); in ImplDrawGradientBackground()
610 if( !pThis->IsBackground() && !pThis->IsInPaint() ) in ImplDrawBackground()
637 pThis->Pop(); in ImplDrawBackground()
821 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplCalcSize()
973 if ( pThis->maNextToolBoxStr.Len() && pThis->mbScroll ) in ImplCalcFloatSize()
1029 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplCalcLines()
1059 (!pThis->mbScroll || (pThis->mnLines > 1) || (pThis->mnCurLines > pThis->mnVisLines)) ) in ImplTestLineSize()
[all …]
H A Dmenu.cxx759 pThis->SetLineColor( pThis->GetSettings().GetStyleSettings().GetSeparatorColor() ); in ImplAddNWFSeparator()
761 Rectangle aRect( aPt, pThis->GetOutputSizePixel() ); in ImplAddNWFSeparator()
1441 pThis->InsertSeparator( nNewPos ); in ImplCopyItem()
1459 pThis->CheckItem( nId, sal_True ); in ImplCopyItem()
1461 pThis->EnableItem( nId, sal_False ); in ImplCopyItem()
1462 pThis->SetHelpId( nId, pData->aHelpId ); in ImplCopyItem()
1463 pThis->SetHelpText( nId, pData->aHelpText ); in ImplCopyItem()
1464 pThis->SetAccelKey( nId, pData->aAccelKey ); in ImplCopyItem()
1465 pThis->SetItemCommand( nId, pData->aCommandStr ); in ImplCopyItem()
1475 pThis->SetPopupMenu( nId, pNewMenu ); in ImplCopyItem()
[all …]
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 …]
H A Dstatus.cxx1745 StatusBar* pThis = const_cast<StatusBar*>( this ); in CalcWindowSizePixel() local
1746 if( pThis->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in CalcWindowSizePixel()
1751 if( pThis->GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in CalcWindowSizePixel()
1760 pThis->IsNativeControlSupported( CTRL_FRAME, PART_BORDER ) ) in CalcWindowSizePixel()
1765 if( pThis->GetNativeControlRegion(CTRL_FRAME, PART_BORDER, in CalcWindowSizePixel()
H A Ddockingarea.cxx59 static void ImplInitBackground( DockingAreaWindow* pThis ) in ImplInitBackground() argument
61 if( !pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in ImplInitBackground()
65 pThis->SetBackground( aWallpaper ); in ImplInitBackground()
68 pThis->SetBackground( Wallpaper( pThis->GetSettings().GetStyleSettings().GetFaceColor() ) ); in ImplInitBackground()
99 static void ImplInvalidateMenubar( DockingAreaWindow* pThis ) in ImplInvalidateMenubar() argument
104 (pThis->GetAlign() == WINDOWALIGN_TOP) in ImplInvalidateMenubar()
105 && pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) in ImplInvalidateMenubar()
106 && pThis->IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL ) ) in ImplInvalidateMenubar()
108 SystemWindow *pSysWin = pThis->GetSystemWindow(); in ImplInvalidateMenubar()
/aoo41x/main/vcl/source/helper/
H A Dthreadex.cxx56 ThreadExecutor* pThis = ((ThreadExecutor*)pInstance); in worker() local
57 pThis->m_nReturn = pThis->doIt(); in worker()
58 osl_setCondition( pThis->m_aFinish ); in worker()
/aoo41x/main/vcl/source/gdi/
H A Dsallayout.cxx493 ImplLayoutRuns *pThis = const_cast<ImplLayoutRuns*>(this); in PosIsInAnyRun() local
495 pThis->ResetPos(); in PosIsInAnyRun()
501 pThis->NextRun(); in PosIsInAnyRun()
504 pThis->mnRunIndex = nRunIndex; in PosIsInAnyRun()

Completed in 216 milliseconds

12345678910