Home
last modified time | relevance | path

Searched refs:TextView (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/svtools/source/edit/
H A Dtextview.cxx202 TextView::TextView( TextEngine* pEng, Window* pWindow ) : in TextView() function in TextView
256 TextView::~TextView() in ~TextView()
269 void TextView::Invalidate() in Invalidate()
496 void TextView::ShowSelection() in ShowSelection()
501 void TextView::HideSelection() in HideSelection()
1076 void TextView::HideCursor() in HideCursor()
1122 void TextView::Undo() in Undo()
1128 void TextView::Redo() in Redo()
1134 void TextView::Cut() in Cut()
1169 void TextView::Copy() in Copy()
[all …]
H A Dtextdat2.hxx35 class TextView;
252 TextView* mpView;
255 TextSelFunctionSet( TextView* pView );
274 TextView* mpView;
281 void DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts );
283 TextView* GetView() { return mpView; } in GetView()
H A Dtexteng.cxx76 typedef TextView* TextViewPtr;
151 void TextEngine::InsertView( TextView* pTextView ) in InsertView()
160 void TextEngine::RemoveView( TextView* pTextView ) in RemoveView()
177 TextView* TextEngine::GetView( sal_uInt16 nView ) const in GetView()
182 TextView* TextEngine::GetActiveView() const in GetActiveView()
187 void TextEngine::SetActiveView( TextView* pTextView ) in SetActiveView()
253 TextView* pView = mpViews->GetObject( --nView ); in SetFont()
505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText()
528 TextView* pView = mpViews->GetObject( nView ); in SetText()
1594 void TextEngine::UpdateViews( TextView* pCurView ) in UpdateViews()
[all …]
H A Dtextundo.hxx39 TextView* GetView() const { return mpTextEngine->GetActiveView(); } in GetView()
59 TextView* GetView() const { return mpTextEngine->GetActiveView(); } in GetView()
H A Dtextwindowpeer.cxx37 TextWindowPeer::TextWindowPeer(::TextView & rView, bool bCompoundControlChild): in TextWindowPeer()
H A Dtextdata.cxx287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts ) in DoIdleFormat()
H A Dxtextedt.cxx240 : TextView( pEng, pWindow ) in ExtTextView()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx29 class TextView;
82 friend class TextView;
102 TextView* mpActiveView;
193 void FormatAndUpdate( TextView* pCurView = 0 );
195 void UpdateViews( TextView* pCurView = 0 );
196 void SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate );
255 TextView* GetView( sal_uInt16 nView ) const;
256 void InsertView( TextView* pTextView );
257 void RemoveView( TextView* pTextView );
258 TextView* GetActiveView() const;
[all …]
H A Dtextview.hxx54 class SVT_DLLPUBLIC TextView : public vcl::unohelper::DragAndDropClient class
65 TextView( const TextView& ) : vcl::unohelper::DragAndDropClient() {} in TextView() argument
66 TextView& operator=( const TextView& ) { return *this; } in operator =() argument
107 TextView( TextEngine* pEng, Window* pWindow );
108 virtual ~TextView();
H A Dtextwindowpeer.hxx33 class TextView;
42 SVT_DLLPUBLIC TextWindowPeer(::TextView & rView, bool bCompoundControlChild = false);
59 ::TextView & m_rView;
H A Daccessiblefactory.hxx49 class TextView;
110 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild
H A Dxtextedt.hxx53 class SVT_DLLPUBLIC ExtTextView : public TextView
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.hxx48 class TextView;
54 TextView* pTextView;
69 void SetTextView( TextView* pView ) {pTextView = pView;} in SetTextView()
80 TextView* pTextView;
123 TextView* GetTextView() { return pTextView; } in GetTextView()
136 TextView* getTextView() { return pTextView; } in getTextView()
H A Dxmlfileview.cxx342 pTextView = new TextView( pTextEngine, pOutWin ); in CreateTextEngine()
950 TextView* pTmp = pTextEngine->GetActiveView(); in IMPL_LINK()
981 TextView* pTmp = pTextEngine->GetActiveView(); in DoSyntaxHighlight()
/trunk/main/toolkit/test/accessibility/ov/
H A DTextView.java41 public class TextView class
54 return new TextView (aContainer); in Create()
60 public TextView (ObjectViewContainer aContainer) in TextView() method in TextView
H A DObjectViewContainer.java62 RegisterView (TextView.class); in ObjectViewContainer()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java65 public class TextView class
80 return new TextView (aContainer); in Create()
86 public TextView (ObjectViewContainer aContainer) in TextView() method in TextView
H A Dmakefile.common38 TextView.java \
H A DObjectViewContainer.java87 RegisterView (TextView.class); in ObjectViewContainer()
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx75 class TextView;
418 ::TextView & rView, bool bCompoundControlChild);
679 ::TextView & m_rView;
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx873 TextView * pView = GetEditView(); in EditMacro()
1138 TextView * pView = GetEditView(); in ExecuteCommand()
1183 TextView* pView = GetEditView(); in GetState()
1201 TextView* pView = GetEditView(); in GetState()
1277 TextView* pView = GetEditEngine()->GetActiveView(); in ShowCursor()
H A Dbasides2.cxx109 TextView* pEditView = ((ModulWindow*)pCurWin)->GetEditView(); in HasSelection()
121 TextView* pEditView = ((ModulWindow*)pCurWin)->GetEditView(); in GetSelectionText()
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx167 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild
459 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild ) const in createAccessibleTextWindowContext()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx341 TextView* pTextView = aEditWin.GetTextView(); in Execute()
482 TextView* pTextView = aEditWin.GetTextView(); in GetState()
/trunk/main/svtools/source/misc/
H A Dsvtaccessiblefactory.cxx131 …VCLXWindow* /*pVclXWindow*/, TextEngine& /*rEngine*/, TextView& /*rView*/, bool /*bCompoundControl… in createAccessibleTextWindowContext() argument

Completed in 123 milliseconds

12