Home
last modified time | relevance | path

Searched refs:Paragraph (Results 1 – 25 of 227) sorted by relevance

12345678910

/trunk/main/editeng/source/outliner/
H A Dparalist.cxx31 DBG_NAME(Paragraph) in DBG_NAME() argument
62 Paragraph::Paragraph( sal_Int16 nDDepth ) in Paragraph() function in Paragraph
65 DBG_CTOR( Paragraph, 0 ); in Paragraph()
74 Paragraph::Paragraph( const Paragraph& rPara ) in Paragraph() function in Paragraph
79 DBG_CTOR( Paragraph, 0 ); in Paragraph()
86 Paragraph::Paragraph( const ParagraphData& rData ) in Paragraph() function in Paragraph
91 DBG_CTOR( Paragraph, 0 ); in Paragraph()
98 Paragraph::~Paragraph() in ~Paragraph()
100 DBG_DTOR( Paragraph, 0 ); in ~Paragraph()
158 Paragraph* ParagraphList::NextVisible( Paragraph* pPara ) const in NextVisible()
[all …]
H A Dparalist.hxx27 class Paragraph;
41 Paragraph* GetParagraph( sal_uLong nPos ) const { return (Paragraph*)List::GetObject( nPos ); } in GetParagraph()
44 sal_uLong GetVisPos( Paragraph* pParagraph );
50 Paragraph* NextVisible( Paragraph* ) const;
51 Paragraph* PrevVisible( Paragraph* ) const;
52 Paragraph* LastVisible() const;
54 Paragraph* GetParent( Paragraph* pParagraph /*, sal_uInt16& rRelPos */ ) const;
55 sal_Bool HasChilds( Paragraph* pParagraph ) const;
58 sal_uLong GetChildCount( Paragraph* pParagraph ) const;
60 void Expand( Paragraph* pParent );
[all …]
H A Doutliner.cxx109 Paragraph* pPara; in Insert()
136 pPara = new Paragraph( nDepth ); in Insert()
163 Paragraph* pPara = new Paragraph( -1 ); in ParagraphInserted()
180 Paragraph* pPara = new Paragraph( nDepth ); in ParagraphInserted()
497 pPara = new Paragraph( -1 ); in SetText()
657 Paragraph* pPara = new Paragraph( rPObj.GetParagraphData(nCurPara)); in SetText()
681 Paragraph* pPara; in AddText()
885 sal_Bool Outliner::Expand( Paragraph* pPara ) in Expand()
1229 Paragraph* pPara = new Paragraph( 0 ); in Read()
1261 Paragraph* pLastConverted = NULL; in ImpFilterIndents()
[all …]
H A Doutlvw.cxx350 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in MouseButtonDown()
448 Paragraph* pTemp = pOwner->pParaList->LastVisible(); in ImpPaintDDCursor()
486 Paragraph* p = pParaList->GetParagraph( nCurPara ); in ImpGetInsertionPara()
495 void OutlinerView::ImpToggleExpand( Paragraph* pPara ) in ImpToggleExpand()
613 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in Indent()
717 Paragraph* pPara = pOwner->pParaList->GetParagraph( n ); in Indent()
941 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in ImplExpandOrCollaps()
961 void OutlinerView::Expand( Paragraph* pPara) in Expand()
968 void OutlinerView::Collapse( Paragraph* pPara) in Collapse()
1055 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in CreateSelectionList()
[all …]
H A Doutlundo.cxx68 Paragraph* pPara = pOutliner->GetParagraph( mnPara ); in ImplChangeFlags()
142 Paragraph* pPara = GetOutliner()->GetParagraph( mnPara ); in Undo()
149 Paragraph* pPara = GetOutliner()->GetParagraph( mnPara ); in Redo()
184 Paragraph* pPara; in Restore()
H A Doutlin2.cxx302 sal_Bool Outliner::IsExpanded( Paragraph* pPara ) const in IsExpanded()
308 Paragraph* Outliner::GetParent( Paragraph* pParagraph ) const in GetParent()
314 sal_uLong Outliner::GetChildCount( Paragraph* pParent ) const in GetChildCount()
326 Point Outliner::GetDocPos( Paragraph* pPara ) in GetDocPos()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx121 class Paragraph : protected ParagraphData class
133 Paragraph& operator=(const Paragraph& rPara );
146 Paragraph( sal_Int16 nDepth );
147 Paragraph( const Paragraph& );
149 ~Paragraph();
185 #define OL_ROOTPARENT (Paragraph*)NULL
312 void Expand( Paragraph* );
313 void Collapse( Paragraph* );
640 Paragraph* pHdlParagraph;
803 Paragraph* GetParent( Paragraph* pParagraph ) const;
[all …]
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx96 Paragraph* pPara;
480 Paragraph* OutlineView::GetPrevTitle(const Paragraph* pPara) in GetPrevTitle()
505 Paragraph* OutlineView::GetNextTitle(const Paragraph* pPara) in GetNextTitle()
507 Paragraph* pResult = const_cast< Paragraph* >( pPara ); in GetNextTitle()
764 Paragraph* pParagraph = (Paragraph*)pList->First(); in IMPL_LINK()
894 Paragraph* pTempPara = pPara; in IMPL_LINK()
1022 Paragraph* pPara = static_cast<Paragraph*>(mpSelectedParas->First()); in IMPL_LINK()
1076 Paragraph* pSearchIt = (Paragraph*)mpSelectedParas->First(); in IMPL_LINK()
1082 Paragraph* pPrev = NULL; in IMPL_LINK()
1307 Paragraph * pPara = NULL; in FillOutliner()
[all …]
H A Ddrtxtob.cxx287 Paragraph* pPara = (Paragraph*) pList->First(); in GetAttrState()
331 pPara = static_cast<Paragraph*>( pList->Next() ); in GetAttrState()
334 if ( ( pOutl->GetAbsPos((Paragraph*) pList->Last()) < pOutl->GetParagraphCount() - 1 ) && in GetAttrState()
343 pPara = static_cast< Paragraph* >( pList->First() ); in GetAttrState()
H A Doutlnvsh.cxx878 Paragraph* pPara = (Paragraph*)pList->First(); in GetMenuState()
896 pPara = (Paragraph*)pList->Next(); in GetMenuState()
1440 Paragraph* pFirstPara = (Paragraph*)pSelList->First(); in GetStatusBarState()
1441 Paragraph* pLastPara = (Paragraph*)pSelList->Last(); in GetStatusBarState()
1822 bool OutlineViewShell::UpdateTitleObject( SdPage* pPage, Paragraph* pPara ) in UpdateTitleObject()
1909 bool OutlineViewShell::UpdateOutlineObject( SdPage* pPage, Paragraph* pPara ) in UpdateOutlineObject()
2046 Paragraph* pPara = pOutl->GetParagraph( nPara ); in Read()
H A Ddrawview.cxx223 Paragraph* pPara = (Paragraph*)pList->Last(); in SetAttributes()
264 pPara = (Paragraph*)pList->Prev(); in SetAttributes()
267 pOutliner->GetDepth( pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 ) in SetAttributes()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx846 Paragraph(); in Parse()
912 Paragraph(); in Paragraph()
919 Paragraph(); in Paragraph()
925 Paragraph(); in Paragraph()
939 Paragraph(); in Paragraph()
945 Paragraph(); in Paragraph()
954 Paragraph(); in Paragraph()
965 Paragraph(); in Paragraph()
1022 Paragraph(); in PfCase()
1078 Paragraph(); in AppCase()
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java59 private Paragraph currentPara;
165 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
186 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
267 Paragraph para = (Paragraph)paragraphs.elementAt(i); in write()
273 Paragraph para = (Paragraph)paragraphs.elementAt(i); in write()
313 Paragraph para = new Paragraph(style); in addParagraph()
H A DParagraph.java46 class Paragraph implements PocketWordConstants { class
94 private Paragraph () { in Paragraph() method in Paragraph
106 public Paragraph (ParaStyle style) { in Paragraph() method in Paragraph
121 public Paragraph (byte[] data) { in Paragraph() method in Paragraph
/trunk/main/sd/source/ui/inc/
H A DOutlineView.hxx34 class Paragraph;
92 Paragraph* GetPrevTitle(const Paragraph* pPara);
93 Paragraph* GetNextTitle(const Paragraph* pPara);
95 SdPage* GetPageForParagraph( Paragraph* pPara );
96 Paragraph* GetParagraphForPage( ::Outliner* pOutl, SdPage* pPage );
168 SdPage* InsertSlideForParagraph( Paragraph* pPara );
/trunk/main/sd/source/core/
H A Dsdpage_animations.cxx113 void SdPage::onParagraphInserted( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj ) in onParagraphInserted()
119 aTarget.Paragraph = (sal_Int16)pOutliner->GetAbsPos( pPara ); in onParagraphInserted()
126 void SdPage::onParagraphRemoving( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj ) in onParagraphRemoving()
132 aTarget.Paragraph = (sal_Int16)pOutliner->GetAbsPos( pPara ); in onParagraphRemoving()
H A DCustomAnimationEffect.cxx305 nOnlyPara = aParaTarget.Paragraph; in getNumberOfSubitems()
588 sal_Int32 nPara = aParaTarget.Paragraph; in checkForText()
2433 if( aIterParaTarget.Paragraph == aParaTarget.Paragraph ) in disposeTextRange()
2443 if( aIterParaTarget.Paragraph > aParaTarget.Paragraph ) in disposeTextRange()
2446 aIterParaTarget.Paragraph--; in disposeTextRange()
2506 mbTextReverse = mnLastPara > aParaTarget.Paragraph; in addEffect()
2508 mnLastPara = aParaTarget.Paragraph; in addEffect()
2692 aTarget.Paragraph = (*aIter++); in createTextGroupParagraphEffects()
2961 return aParaTarget.Paragraph; in getTargetParagraph()
/trunk/main/offapi/com/sun/star/text/
H A DParagraph.idl77 // DocMerge from xml: service com::sun::star::text::Paragraph
81 published service Paragraph
109 …// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XP…
119 …// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XP…
127 …// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::container…
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx102 Paragraph* pPara = (Paragraph*)pList->First(); in DoExecute()
123 pPara = (Paragraph*) pList->Next(); in DoExecute()
H A Dfuinsfil.cxx563 Paragraph* pPara = pOutliner->GetParagraph( 0 ); in InsTextOrRTFinDrMode()
636 Paragraph* pPara = (Paragraph*)pList->First(); in InsTextOrRTFinOlMode()
713 Paragraph* pSourcePara = pOutliner->GetParagraph( 0 ); in InsTextOrRTFinOlMode()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DParagraph.java34 public class Paragraph extends Container implements javax.accessibility.Accessible { class
36 protected Paragraph(XAccessible xAccessible, XAccessibleContext xAccessibleContext) { in Paragraph() method in Paragraph
64 if (Paragraph.this.isFocusOwner()) { in handleVisibleDataChanged()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx251 aTarget.Paragraph >= 0 && in implCreateIteratedNodes()
253 DocTreeNode::NODETYPE_LOGICAL_PARAGRAPH ) > aTarget.Paragraph, in implCreateIteratedNodes()
262 aTarget.Paragraph, in implCreateIteratedNodes()
/trunk/main/svx/source/dialog/
H A Dswframeposstrings.src102 Text [ en-US ] = "Paragraph area" ;
106 Text [ en-US ] = "Paragraph text area" ;
198 Text [ en-US ] = "Paragraph text area" ;
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.src63 Text = "Paragraph" ;
168 Text = "Paragraph Background Color" ;
176 Text [ en-US ] = "Paragraph Background Color" ;
228 QuickHelpText [ en-US ] = "Above Paragraph Spacing" ;
243 QuickHelpText [ en-US ] = "Below Paragraph Spacing" ;
/trunk/main/sd/inc/
H A Dsdpage.hxx67 class Paragraph;
359 void onParagraphInserted( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj );
362 void onParagraphRemoving( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj );

Completed in 205 milliseconds

12345678910