Home
last modified time | relevance | path

Searched refs:pOwner (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx74 pOwner = pOut; in DBG_NAME()
509 pOwner = pOutliner; in SetOutliner()
542 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs()
555 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs()
556 pOwner->InsertUndo( new OutlinerUndoCheckPara( pOwner, nPara ) ); in SetAttribs()
559 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs()
603 sal_Bool bUndo = !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in Indent()
637pOwner->InsertUndo( new OutlinerUndoChangeParaFlags( pOwner, nPara, pOwner->mnDepthChangeHdlPrevFl… in Indent()
684 pOwner->InvalidateBullet( pPrev, pOwner->pParaList->GetAbsPos( pPrev ) ); in Indent()
935 sal_Bool bUndo = !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in ImplExpandOrCollaps()
[all …]
H A Doutleeng.cxx47 pOwner = pEngOwner; in OutlinerEditEng()
68 if (pOwner) in GetNumberFormat()
87 pOwner->ParagraphInserted( nNewParagraph ); in ParagraphInserted()
101 …if( pOwner && pOwner->IsUndoEnabled() && !const_cast<EditEngine&>(pOwner->GetEditEngine()).IsInUnd… in ParagraphConnected()
106pOwner->InsertUndo( new OutlinerUndoChangeParaFlags( pOwner, nRightParagraph, PARAFLAG_ISPAGE, 0 )… in ParagraphConnected()
114 pOwner->StyleSheetChanged( pStyle ); in StyleSheetChanged()
119 pOwner->ParaAttribsChanged( nPara ); in ParaAttribsChanged()
124 return pOwner->SpellNextDocument(); in SpellNextDocument()
129 return pOwner->ConvertNextDocument(); in ConvertNextDocument()
233 pOwner->ImplCheckParagraphs( nPara, (sal_uInt32) (pOwner->pParaList->GetParagraphCount()) ); in SetParaAttribs()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTabWinUndoAct.cxx56 , pOwner(pSelBrwBox) in DBG_NAME()
65 pOwner = NULL; in ~OQueryDesignFieldUndoAct()
72 :OQueryDesignUndoAction(pOwner, nCommentID) in DBG_NAME()
104 pOwner->EnterUndoMode(); in Undo()
114 pOwner->LeaveUndoMode(); in Undo()
120 pOwner->EnterUndoMode(); in Undo()
129 pOwner->LeaveUndoMode(); in Undo()
134 pOwner->EnterUndoMode(); in Undo()
140 pOwner->SetColumnPos(nId,m_nColumnPostion); in Undo()
141 pOwner->ColumnMoved(nId,sal_False); in Undo()
[all …]
H A DQueryDesignFieldUndoAct.hxx46 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 DQueryTabConnUndoAction.cxx63 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 DQueryMoveTabWinUndoAct.hxx52 …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 DQuerySizeTabWinUndoAct.hxx49 …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 DQueryDesignUndoAction.hxx42 …eryDesignUndoAction(OJoinTableView* pOwner, sal_uInt16 nCommentID) : OCommentUndoAction(nCommentID… in OQueryDesignUndoAction() argument
H A DQueryAddTabConnUndoAction.hxx39 OQueryAddTabConnUndoAction(OQueryTableView* pOwner);
51 OQueryDelTabConnUndoAction(OQueryTableView* pOwner);
H A DQueryTabWinShowUndoAct.hxx39 OQueryTabWinShowUndoAct(OQueryTableView* pOwner);
52 OQueryTabWinDelUndoAct(OQueryTableView* pOwner);
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx129 void Delete( const void *pOwner );
177 const void *pOwner; member in SwCacheObj
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
260 return pOwner && pOwner == pNew; in IsOwner()
274 pOwner( pOwn ) in SwCacheAccess()
276 if ( bSeek && pOwner && 0 != (pObj = rCache.Get( pOwner )) ) in SwCacheAccess()
284 pOwner( pOwn ) in SwCacheAccess()
[all …]
H A Dswfntcch.hxx70 SwFontObj( const void* pOwner, ViewShell *pSh );
91 SwFontAccess( const void *pOwner, ViewShell *pSh );
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx72 ,m_pTabDgnCtrl( pOwner ) in OTableDesignUndoAct()
116 OTableDesignUndoAct( pOwner ,STR_TABED_UNDO_CELLMODIFIED) in OTableDesignCellUndoAct()
170 OTableDesignUndoAct( pOwner ,_nCommentID) in OTableEditorUndoAct()
171 ,pTabEdCtrl(pOwner) in OTableEditorUndoAct()
187 :OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_TYPE_CHANGED) in OTableEditorTypeSelUndoAct()
233 OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_ROWDELETED) in OTableEditorDelUndoAct()
239 long nIndex = pOwner->FirstSelectedRow(); in OTableEditorDelUndoAct()
249 nIndex = pOwner->NextSelectedRow(); in OTableEditorDelUndoAct()
313 :OTableEditorUndoAct( pOwner,STR_TABED_UNDO_ROWINSERTED ) in OTableEditorInsUndoAct()
426 OTableEditorUndoAct( pOwner ,STR_TABLEDESIGN_UNDO_PRIMKEY) in OPrimKeyUndoAct()
[all …]
H A DTableUndo.hxx56 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 Dsplitwin.cxx116 SfxSplitWindow* pOwner; member in SfxEmptySplitWin_Impl
127 , pOwner( pParent ) in SfxEmptySplitWin_Impl()
138 SetAlign( pOwner->GetAlign() ); 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()
186 pOwner->Show_Impl(); in FadeIn()
196 pOwner->SaveConfig_Impl(); in FadeIn()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx122 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 …nce< rendering::XCachedPrimitive > CanvasHelper::drawText( const rendering::XCanvas* pOwner, in drawText() argument
313 if( !setupTextOutput( *mpVirtualDevice, pOwner, aOutpos, viewState, renderState, xFont ) ) in drawText()
350 …endering::XCachedPrimitive > 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 Dtest_dtrans.cxx397 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 Dswcache.cxx306 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 Dgeninfo.cxx136 : 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 Dfuolbull.cxx272 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 Dlinksrc.cxx48 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 Dca_ce.cxx413 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 Dsvlbox.cxx205 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 Dunoshtxt.cxx136 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 Dswfntcch.cxx86 ((SwTxtFmtColl*)pOwner)->SetInSwFntCache( sal_True ); in NewObj()
87 return new SwFontObj( pOwner, pShell ); in NewObj()

Completed in 84 milliseconds

123