Lines Matching defs:bar

19 void RichEdit::StyleTool(Bar& bar, int width)  in StyleTool()
24 void RichEdit::FaceTool(Bar& bar, int width) in FaceTool()
29 void RichEdit::HeightTool(Bar& bar, int width) in HeightTool()
34 void RichEdit::BoldTool(Bar& bar, dword key) in BoldTool()
43 void RichEdit::ItalicTool(Bar& bar, dword key) in ItalicTool()
52 void RichEdit::UnderlineTool(Bar& bar, dword key) in UnderlineTool()
62 void RichEdit::StrikeoutTool(Bar& bar, dword key) in StrikeoutTool()
72 void RichEdit::CapitalsTool(Bar& bar, dword key) in CapitalsTool()
81 void RichEdit::SuperscriptTool(Bar& bar, dword key) in SuperscriptTool()
91 void RichEdit::SubscriptTool(Bar& bar, dword key) in SubscriptTool()
101 void RichEdit::FontTools(Bar& bar) in FontTools()
116 void RichEdit::InkTool(Bar& bar) in InkTool()
121 void RichEdit::PaperTool(Bar& bar) in PaperTool()
126 void RichEdit::LanguageTool(Bar& bar, int width) in LanguageTool()
132 void RichEdit::SpellCheckTool(Bar& bar) in SpellCheckTool()
153 void RichEdit::IndexEntryTool(Bar& bar, int width, dword key, const char *tip) in IndexEntryTool()
160 void RichEdit::HyperlinkTool(Bar& bar, int width, dword key, const char *tip) in HyperlinkTool()
167 void RichEdit::LabelTool(Bar& bar, int width, dword key, const char *tip) in LabelTool()
174 void RichEdit::LeftTool(Bar& bar, dword key) in LeftTool()
182 void RichEdit::RightTool(Bar& bar, dword key) in RightTool()
190 void RichEdit::CenterTool(Bar& bar, dword key) in CenterTool()
198 void RichEdit::JustifyTool(Bar& bar, dword key) in JustifyTool()
206 void RichEdit::RoundBulletTool(Bar& bar, dword key) in RoundBulletTool()
215 void RichEdit::RoundWhiteBulletTool(Bar& bar, dword key) in RoundWhiteBulletTool()
224 void RichEdit::BoxBulletTool(Bar& bar, dword key) in BoxBulletTool()
233 void RichEdit::BoxWhiteBulletTool(Bar& bar, dword key) in BoxWhiteBulletTool()
242 void RichEdit::TextBulletTool(Bar& bar, dword key) in TextBulletTool()
251 void RichEdit::ParaFormatTool(Bar& bar, dword key) in ParaFormatTool()
257 void RichEdit::ToParaTool(Bar& bar, dword key) in ToParaTool()
264 void RichEdit::ParaTools(Bar& bar) in ParaTools()
282 void RichEdit::UndoTool(Bar& bar, dword key) in UndoTool()
290 void RichEdit::RedoTool(Bar& bar, dword key) in RedoTool()
298 void RichEdit::CutTool(Bar& bar, dword key) in CutTool()
305 void RichEdit::CopyTool(Bar& bar, dword key) in CopyTool()
313 void RichEdit::PasteTool(Bar& bar, dword key) in PasteTool()
320 void RichEdit::ObjectTool(Bar& bar, dword key) in ObjectTool()
329 void RichEdit::LoadImageTool(Bar& bar, dword key) in LoadImageTool()
334 void RichEdit::PrintTool(Bar& bar, dword key) in PrintTool()
340 void RichEdit::FindReplaceTool(Bar& bar, dword key) in FindReplaceTool()
346 void RichEdit::EditTools(Bar& bar) in EditTools()
358 void RichEdit::InsertTableTool(Bar& bar, dword key) in InsertTableTool()
365 void RichEdit::TablePropertiesTool(Bar& bar, dword key) in TablePropertiesTool()
373 void RichEdit::InsertTableRowTool(Bar& bar, dword key) in InsertTableRowTool()
381 void RichEdit::RemoveTableRowTool(Bar& bar, dword key) in RemoveTableRowTool()
388 void RichEdit::InsertTableColumnTool(Bar& bar, dword key) in InsertTableColumnTool()
396 void RichEdit::RemoveTableColumnTool(Bar& bar, dword key) in RemoveTableColumnTool()
403 void RichEdit::SplitJoinCellTool(Bar& bar, dword key) in SplitJoinCellTool()
414 void RichEdit::CellPropertiesTool(Bar& bar, dword key) in CellPropertiesTool()
421 void RichEdit::TableTools(Bar& bar) in TableTools()
433 void RichEdit::InsertImageTool(Bar& bar) in InsertImageTool()
438 void RichEdit::StyleKeysTool(Bar& bar) in StyleKeysTool()
443 void RichEdit::HeaderFooterTool(Bar& bar) in HeaderFooterTool()
448 void RichEdit::DefaultBar(Bar& bar, bool extended) in DefaultBar()