/aoo4110/main/svtools/source/edit/ |
H A D | textview.cxx | 202 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() 1072 void TextView::HideCursor() in HideCursor() 1118 void TextView::Undo() in Undo() 1124 void TextView::Redo() in Redo() 1130 void TextView::Cut() in Cut() 1165 void TextView::Copy() in Copy() [all …]
|
H A D | textdat2.hxx | 35 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 D | texteng.cxx | 76 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 D | textundo.hxx | 39 TextView* GetView() const { return mpTextEngine->GetActiveView(); } in GetView() 59 TextView* GetView() const { return mpTextEngine->GetActiveView(); } in GetView()
|
H A D | textwindowpeer.cxx | 37 TextWindowPeer::TextWindowPeer(::TextView & rView, bool bCompoundControlChild): in TextWindowPeer()
|
H A D | textdata.cxx | 287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts ) in DoIdleFormat()
|
H A D | xtextedt.cxx | 240 : TextView( pEng, pWindow ) in ExtTextView()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 29 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 D | textview.hxx | 54 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 D | textwindowpeer.hxx | 33 class TextView; 42 SVT_DLLPUBLIC TextWindowPeer(::TextView & rView, bool bCompoundControlChild = false); 59 ::TextView & m_rView;
|
H A D | accessiblefactory.hxx | 49 class TextView; 110 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild
|
H A D | xtextedt.hxx | 53 class SVT_DLLPUBLIC ExtTextView : public TextView
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfileview.hxx | 48 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 D | xmlfileview.cxx | 342 pTextView = new TextView( pTextEngine, pOutWin ); in CreateTextEngine() 950 TextView* pTmp = pTextEngine->GetActiveView(); in IMPL_LINK() 981 TextView* pTmp = pTextEngine->GetActiveView(); in DoSyntaxHighlight()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | TextView.java | 41 public class TextView class 54 return new TextView (aContainer); in Create() 60 public TextView (ObjectViewContainer aContainer) in TextView() method in TextView
|
H A D | ObjectViewContainer.java | 62 RegisterView (TextView.class); in ObjectViewContainer()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | TextView.java | 65 public class TextView class 80 return new TextView (aContainer); in Create() 86 public TextView (ObjectViewContainer aContainer) in TextView() method in TextView
|
H A D | makefile.common | 38 TextView.java \
|
H A D | ObjectViewContainer.java | 87 RegisterView (TextView.class); in ObjectViewContainer()
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 75 class TextView; 418 ::TextView & rView, bool bCompoundControlChild); 679 ::TextView & m_rView;
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basides2.cxx | 109 TextView* pEditView = ((ModulWindow*)pCurWin)->GetEditView(); in HasSelection() 121 TextView* pEditView = ((ModulWindow*)pCurWin)->GetEditView(); in GetSelectionText()
|
H A D | baside2.cxx | 873 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()
|
/aoo4110/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 167 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild 459 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild ) const in createAccessibleTextWindowContext()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 341 TextView* pTextView = aEditWin.GetTextView(); in Execute() 482 TextView* pTextView = aEditWin.GetTextView(); in GetState()
|
/aoo4110/main/svtools/source/misc/ |
H A D | svtaccessiblefactory.cxx | 131 …VCLXWindow* /*pVclXWindow*/, TextEngine& /*rEngine*/, TextView& /*rView*/, bool /*bCompoundControl… in createAccessibleTextWindowContext() argument
|