| /trunk/main/editeng/source/outliner/ |
| H A D | outlvw.cxx | 74 pOwner = pOut; in DBG_NAME() 97 if( pOwner->bFirstParaIsEmpty ) in Paint() 98 pOwner->Insert( String() ); in Paint() 109 if( pOwner->bFirstParaIsEmpty ) in PostKeyEvent() 110 pOwner->Insert( String() ); in PostKeyEvent() 123 if ( ImpCalcSelectedPages( sal_False ) && !pOwner->ImpCanDeleteSelectedPages( this ) ) in PostKeyEvent() 157 … if( !bReadOnly && !bSelection && ( pOwner->ImplGetOutlinerMode() != OUTLINERMODE_TEXTOBJECT ) ) in PostKeyEvent() 159 if( aSel.nEndPos == pOwner->pEditEngine->GetTextLen( aSel.nEndPara ) ) in PostKeyEvent() 161 Paragraph* pNext = pOwner->pParaList->GetParagraph( aSel.nEndPara+1 ); in PostKeyEvent() 164 if( !pOwner->ImpCanDeleteSelectedPages( this, aSel.nEndPara, 1 ) ) in PostKeyEvent() [all …]
|
| H A D | outleeng.cxx | 47 pOwner = pEngOwner; in OutlinerEditEng() 59 pOwner->maPaintFirstLineHdl.Call( &aInfo ); in PaintingFirstLine() 62 pOwner->PaintBullet( nPara, rStartPos, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine() 68 if (pOwner) in GetNumberFormat() 69 pFmt = pOwner->GetNumberFormat( nPara ); in GetNumberFormat() 77 if ( nPara < pOwner->pParaList->GetParagraphCount() ) in GetBulletArea() 79 if ( pOwner->ImplHasNumberFormat( nPara ) ) in GetBulletArea() 80 aBulletArea = pOwner->ImpCalcBulletArea( nPara, sal_False, sal_False ); in GetBulletArea() 87 pOwner->ParagraphInserted( nNewParagraph ); in ParagraphInserted() 94 pOwner->ParagraphDeleted( nDeletedParagraph ); in ParagraphDeleted() [all …]
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | QueryTabWinUndoAct.cxx | 56 , pOwner(pSelBrwBox) in DBG_NAME() 65 pOwner = NULL; in ~OQueryDesignFieldUndoAct() 71 OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID) in DBG_NAME() 72 :OQueryDesignUndoAction(pOwner, nCommentID) in DBG_NAME() 104 pOwner->EnterUndoMode(); in Undo() 106 OSL_ENSURE(m_nColumnPostion < pOwner->GetColumnCount(),"Position outside the column count!"); in Undo() 109 sal_uInt16 nColumnId = pOwner->GetColumnId(m_nColumnPostion); in Undo() 110 String strNext = pOwner->GetCellContents(m_nCellIndex, nColumnId); in Undo() 111 pOwner->SetCellContents(m_nCellIndex, nColumnId, m_strNextCellContents); in Undo() 114 pOwner->LeaveUndoMode(); in Undo() [all …]
|
| H A D | QueryDesignFieldUndoAct.hxx | 46 OSelectionBrowseBox* pOwner; member in dbaui::OQueryDesignFieldUndoAct 60 … OSL_ENSURE(m_nColumnPostion < pOwner->GetColumnCount(),"Position outside the column count!"); in SetColumnPosition() 122 …virtual void Undo() { pOwner->EnterUndoMode();pOwner->InsertColumn(pDescr, m_nColumnPostion);pOwne… in Undo() 123 …virtual void Redo() { pOwner->EnterUndoMode();pOwner->RemoveColumn(pDescr->GetColumnId());pOwner->… in Redo() 135 …virtual void Undo() { pOwner->EnterUndoMode();pOwner->RemoveColumn(pDescr->GetColumnId());pOwner->… in Undo() 136 …virtual void Redo() { pOwner->EnterUndoMode();pOwner->InsertColumn(pDescr, m_nColumnPostion);pOwne… in Redo()
|
| H A D | QueryTabConnUndoAction.cxx | 63 OQueryTabConnUndoAction::OQueryTabConnUndoAction(OQueryTableView* pOwner, sal_uInt16 nCommentID) in OQueryTabConnUndoAction() argument 64 :OQueryDesignUndoAction(pOwner, nCommentID) in OQueryTabConnUndoAction() 71 OQueryAddTabConnUndoAction::OQueryAddTabConnUndoAction(OQueryTableView* pOwner) in OQueryAddTabConnUndoAction() argument 72 : OQueryTabConnUndoAction(pOwner, STR_QUERY_UNDO_INSERTCONNECTION) in OQueryAddTabConnUndoAction() 88 OQueryDelTabConnUndoAction::OQueryDelTabConnUndoAction(OQueryTableView* pOwner) in OQueryDelTabConnUndoAction() argument 89 : OQueryTabConnUndoAction(pOwner, STR_QUERY_UNDO_REMOVECONNECTION) in OQueryDelTabConnUndoAction() 105 OQueryTabWinShowUndoAct::OQueryTabWinShowUndoAct(OQueryTableView* pOwner) in OQueryTabWinShowUndoAct() argument 106 : OQueryTabWinUndoAct(pOwner, STR_QUERY_UNDO_TABWINSHOW) in OQueryTabWinShowUndoAct() 126 OQueryTabWinDelUndoAct::OQueryTabWinDelUndoAct(OQueryTableView* pOwner) in OQueryTabWinDelUndoAct() argument 127 : OQueryTabWinUndoAct(pOwner, STR_QUERY_UNDO_TABWINDELETE) in OQueryTabWinDelUndoAct()
|
| H A D | QueryMoveTabWinUndoAct.hxx | 52 …OJoinMoveTabWinUndoAct(OJoinTableView* pOwner, const Point& ptOriginalPosition, OTableWindow* pTab… 59 …inline OJoinMoveTabWinUndoAct::OJoinMoveTabWinUndoAct(OJoinTableView* pOwner, const Point& ptOrigi… in OJoinMoveTabWinUndoAct() argument 60 :OQueryDesignUndoAction(pOwner, STR_QUERY_UNDO_MOVETABWIN) in OJoinMoveTabWinUndoAct()
|
| H A D | QuerySizeTabWinUndoAct.hxx | 49 …OJoinSizeTabWinUndoAct(OJoinTableView* pOwner, const Point& ptOriginalPos, const Size& szOriginalS… 59 …inline OJoinSizeTabWinUndoAct::OJoinSizeTabWinUndoAct(OJoinTableView* pOwner, const Point& ptOrigi… in OJoinSizeTabWinUndoAct() argument 60 :OQueryDesignUndoAction(pOwner, STR_QUERY_UNDO_SIZETABWIN) in OJoinSizeTabWinUndoAct()
|
| H A D | QueryDesignUndoAction.hxx | 42 …eryDesignUndoAction(OJoinTableView* pOwner, sal_uInt16 nCommentID) : OCommentUndoAction(nCommentID… in OQueryDesignUndoAction() argument
|
| H A D | QueryAddTabConnUndoAction.hxx | 39 OQueryAddTabConnUndoAction(OQueryTableView* pOwner); 51 OQueryDelTabConnUndoAction(OQueryTableView* pOwner);
|
| H A D | QueryTabWinShowUndoAct.hxx | 39 OQueryTabWinShowUndoAct(OQueryTableView* pOwner); 52 OQueryTabWinDelUndoAct(OQueryTableView* pOwner);
|
| /trunk/main/sw/source/core/inc/ |
| H A D | swcache.hxx | 123 SwCacheObj *Get( const void *pOwner, const sal_Bool bToTop = sal_True ); 124 SwCacheObj *Get( const void *pOwner, const sal_uInt16 nIndex, 129 void Delete( const void *pOwner ); 177 const void *pOwner; member in SwCacheObj 178 inline void SetOwner( const void *pNew ) { pOwner = pNew; } in SetOwner() 182 SwCacheObj( const void *pOwner ); 185 inline const void *GetOwner() const { return pOwner; } in GetOwner() 189 inline void Invalidate() { pOwner = 0; } in Invalidate() 223 const void *pOwner; //Kann ggf. in NewObj benutzt werden. member in SwCacheAccess 229 inline SwCacheAccess( SwCache &rCache, const void *pOwner, sal_Bool bSeek = sal_True ); [all …]
|
| H A D | swfntcch.hxx | 70 SwFontObj( const void* pOwner, ViewShell *pSh ); 91 SwFontAccess( const void *pOwner, ViewShell *pSh );
|
| /trunk/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableUndo.cxx | 71 OTableDesignUndoAct::OTableDesignUndoAct( OTableRowView* pOwner,sal_uInt16 nCommentID ) : OCommentU… in OTableDesignUndoAct() argument 72 ,m_pTabDgnCtrl( pOwner ) in OTableDesignUndoAct() 115 OTableDesignCellUndoAct::OTableDesignCellUndoAct( OTableRowView* pOwner, long nRowID, sal_uInt16 nC… in OTableDesignCellUndoAct() argument 116 OTableDesignUndoAct( pOwner ,STR_TABED_UNDO_CELLMODIFIED) in OTableDesignCellUndoAct() 169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct() argument 170 OTableDesignUndoAct( pOwner ,_nCommentID) in OTableEditorUndoAct() 171 ,pTabEdCtrl(pOwner) in OTableEditorUndoAct() 186 OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_… in OTableEditorTypeSelUndoAct() argument 187 :OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_TYPE_CHANGED) in OTableEditorTypeSelUndoAct() 232 OTableEditorDelUndoAct::OTableEditorDelUndoAct( OTableEditorCtrl* pOwner) : in OTableEditorDelUndoAct() argument [all …]
|
| H A D | TableUndo.hxx | 56 OTableDesignUndoAct( OTableRowView* pOwner ,sal_uInt16 nCommentID); 69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID ); 87 OTableDesignCellUndoAct( OTableRowView* pOwner, long nRowID, sal_uInt16 nColumn ); 105 …OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTyp… 119 OTableEditorDelUndoAct( OTableEditorCtrl* pOwner ); 134 OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, 151 … OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows ); 168 …OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelection aInsertedKe…
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 116 SfxSplitWindow* pOwner; member in SfxEmptySplitWin_Impl 127 , pOwner( pParent ) in SfxEmptySplitWin_Impl() 135 LINK(pOwner, SfxSplitWindow, TimerHdl ) ); in SfxEmptySplitWin_Impl() 138 SetAlign( pOwner->GetAlign() ); in SfxEmptySplitWin_Impl() 140 ShowAutoHideButton( pOwner->IsAutoHideButtonVisible() ); in SfxEmptySplitWin_Impl() 157 Size aSize( pOwner->GetSizePixel() ); in Actualize() 158 switch ( pOwner->GetAlign() ) in Actualize() 175 pOwner->SetPinned_Impl( !pOwner->bPinned ); in AutoHide() 176 pOwner->SaveConfig_Impl(); in AutoHide() 185 pOwner->SetFadeIn_Impl( sal_True ); in FadeIn() [all …]
|
| /trunk/main/canvas/source/cairo/ |
| H A D | cairo_canvashelper_text.cxx | 122 const rendering::XCanvas* pOwner, in setupOutDevState() argument 129 const_cast<rendering::XCanvas*>(pOwner), // only for refcount in setupOutDevState() 249 const rendering::XCanvas* pOwner, in setupTextOutput() argument 255 setupOutDevState( rOutDev, pOwner, viewState, renderState, TEXT_COLOR ); in setupTextOutput() 287 …CachedPrimitive > CanvasHelper::drawText( const rendering::XCanvas* pOwner, in drawText() argument 313 … if( !setupTextOutput( *mpVirtualDevice, pOwner, aOutpos, viewState, renderState, xFont ) ) in drawText() 350 …edPrimitive > CanvasHelper::drawTextLayout( const rendering::XCanvas* pOwner, in drawTextLayout() argument 378 …if( !setupTextOutput( *mpVirtualDevice, pOwner, aOutpos, viewState, renderState, xLayoutedText->ge… in drawTextLayout()
|
| /trunk/main/dtrans/source/test/ |
| H A D | test_dtrans.cxx | 397 ClipboardOwner *pOwner = (ClipboardOwner *) xOwner.get(); in main() local 413 TEST( "if received lostOwnership message(s): ", pOwner->receivedLostOwnerships() > 0 ); in main() 414 … TEST( "if received exactly 1 lostOwnership message: ", pOwner->receivedLostOwnerships() == 1 ); in main() 415 …TEST( "if received lostOwnership message for the correct clipboard: ", pOwner->lostOwnershipClipbo… in main() 416 …TEST( "if received lostOwnership message for the correct transferable: ", pOwner->lostOwnershipTra… in main() 428 …TEST( "that no further lostOwnership messages were received: ", pOwner->receivedLostOwnerships() =… in main() 441 …TEST( "that no further lostOwnership messages were received: ", pOwner->receivedLostOwnerships() =… in main()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swcache.cxx | 306 SwCacheObj *SwCache::Get( const void *pOwner, const sal_uInt16 nIndex, in Get() argument 312 if ( !pRet->IsOwner( pOwner ) ) in Get() 330 SwCacheObj *SwCache::Get( const void *pOwner, const sal_Bool bToTop ) in Get() argument 333 while ( pRet && !pRet->IsOwner( pOwner ) ) in Get() 427 void SwCache::Delete( const void *pOwner ) in Delete() argument 431 if ( 0 != (pObj = Get( pOwner, sal_Bool(sal_False) )) ) in Delete() 565 pOwner( pOwn ) in SwCacheObj()
|
| /trunk/main/tools/source/communi/ |
| H A D | geninfo.cxx | 136 : pOwner( pParent ) in GenericInformationList() 149 pOwner = pParent; in GenericInformationList() 395 GenericInformation *pOldOwner = pOwner; in SetOwner() 396 if ( pOwner ) // bei parent austragen; in SetOwner() 397 pOwner->SetSubList( NULL ); in SetOwner() 400 pOwner = pNewOwner; in SetOwner()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuolbull.cxx | 272 SdrOutliner* pOwner = bInMasterView ? mpView->GetTextEditOutliner() : 0; in SetCurrentBulletsNumbering() local 273 const bool bOutlinerUndoEnabled = pOwner && !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in SetCurrentBulletsNumbering() 279 pOwner->UndoActionStart( OLUNDO_ATTR ); in SetCurrentBulletsNumbering() 310 pOwner->UndoActionEnd( OLUNDO_ATTR ); in SetCurrentBulletsNumbering()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | linksrc.cxx | 48 SvLinkSource * pOwner; member in sfx2::SvLinkSourceTimer 55 : pOwner( pOwn ) in SvLinkSourceTimer() 62 SvLinkSourceRef aAdv( pOwner ); in Timeout() 63 pOwner->SendDataChanged(); in Timeout() 66 static void StartTimer( SvLinkSourceTimer ** ppTimer, SvLinkSource * pOwner, in StartTimer() argument 71 *ppTimer = new SvLinkSourceTimer( pOwner ); in StartTimer()
|
| /trunk/main/autodoc/source/ary/cpp/ |
| H A D | ca_ce.cxx | 413 pOwner = & Find_Ce( i_nOwner ); in Get_QualifiedName() local 414 if ( is_type<Enum>(*pOwner) ) in Get_QualifiedName() 415 pOwner = &Find_Ce( Ce_id(pOwner->Owner()) ); in Get_QualifiedName() 418 pOwner->LocalName(), in Get_QualifiedName() 419 Ce_id(pOwner->Owner()), in Get_QualifiedName()
|
| /trunk/main/svtools/source/contnr/ |
| H A D | svlbox.cxx | 205 SvInplaceEdit2* pOwner; member in MyEdit_Impl 207 MyEdit_Impl( Window* pParent, SvInplaceEdit2* pOwner ); 214 SvInplaceEdit2* pOwner; member in MyMultiEdit_Impl 216 MyMultiEdit_Impl( Window* pParent, SvInplaceEdit2* pOwner ); 225 pOwner( _pOwner ) in MyEdit_Impl() 232 if( !pOwner->KeyInput( rKEvt )) in KeyInput() 238 pOwner->LoseFocus(); in LoseFocus() 244 ), pOwner(_pOwner) in MyMultiEdit_Impl() 250 if( !pOwner->KeyInput( rKEvt )) in KeyInput() 256 pOwner->LoseFocus(); in LoseFocus()
|
| /trunk/main/svx/source/unodraw/ |
| H A D | unoshtxt.cxx | 136 SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText, XInterface* pOwner ); 176 …TextEditSourceImpl::SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText, XInterface* pOwner ) in SvxTextEditSourceImpl() argument 194 mpOwner( pOwner ) in SvxTextEditSourceImpl() 1055 SvxTextEditSource::SvxTextEditSource( SdrObject* pObject, SdrText* pText, XInterface* pOwner ) in SvxTextEditSource() argument 1057 mpImpl = new SvxTextEditSourceImpl( pObject, pText, pOwner ); in SvxTextEditSource()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | swfntcch.cxx | 86 ((SwTxtFmtColl*)pOwner)->SetInSwFntCache( sal_True ); in NewObj() 87 return new SwFontObj( pOwner, pShell ); in NewObj()
|