| /AOO41X/main/editeng/source/outliner/ |
| H A D | paralist.cxx | 31 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() 103 void Paragraph::SetNumberingStartValue( sal_Int16 nNumberingStartValue ) in SetNumberingStartValue() [all …]
|
| H A D | paralist.hxx | 27 class Paragraph; 41 …Paragraph* GetParagraph( sal_uLong nPos ) const { return (Paragraph*)List::GetObject( nPos… in GetParagraph() 43 sal_uLong GetAbsPos( Paragraph* pParent ) const { return List::GetPos( pParent ); } in GetAbsPos() 44 sal_uLong GetVisPos( Paragraph* pParagraph ); 46 …void Insert( Paragraph* pPara, sal_uLong nAbsPos = LIST_APPEND ) { List::Insert( pPara,… in Insert() 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; [all …]
|
| H A D | outliner.cxx | 104 Paragraph* Outliner::Insert(const XubString& rText, sal_uLong nAbsPos, sal_Int16 nDepth) in Insert() 109 Paragraph* pPara; in Insert() 136 pPara = new Paragraph( nDepth ); in Insert() 163 Paragraph* pPara = new Paragraph( -1 ); in ParagraphInserted() 176 Paragraph* pParaBefore = pParaList->GetParagraph( nPara-1 ); in ParagraphInserted() 180 Paragraph* pPara = new Paragraph( nDepth ); in ParagraphInserted() 199 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ParagraphDeleted() 277 Paragraph* pPara = pParaList->GetParagraph( nPara ); in SetMaxDepth() 289 Paragraph* pPara = pParaList->GetParagraph( nPara ); in GetDepth() 294 void Outliner::SetDepth( Paragraph* pPara, sal_Int16 nNewDepth ) in SetDepth() [all …]
|
| H A D | outlvw.cxx | 161 Paragraph* pNext = pOwner->pParaList->GetParagraph( aSel.nEndPara+1 ); in PostKeyEvent() 203 Paragraph* pPara = pOwner->pParaList->GetParagraph( aSel.nEndPara ); in PostKeyEvent() 204 Paragraph* pPrev = pOwner->pParaList->GetParagraph( aSel.nEndPara-1 ); in PostKeyEvent() 221 Paragraph* pPara = pOwner->pParaList->GetParagraph( aSel.nEndPara ); in PostKeyEvent() 350 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in MouseButtonDown() 374 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() 515 sal_uLong OutlinerView::Select( Paragraph* pParagraph, sal_Bool bSelect, in Select() [all …]
|
| H A D | outlundo.cxx | 68 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 D | outlin2.cxx | 302 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()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | outliner.hxx | 121 class Paragraph : protected ParagraphData class 133 Paragraph& operator=(const Paragraph& rPara ); 146 Paragraph( sal_Int16 nDepth ); 147 Paragraph( const Paragraph& ); 148 Paragraph( const ParagraphData& ); 149 ~Paragraph(); 185 #define OL_ROOTPARENT (Paragraph*)NULL 232 EDITENG_DLLPRIVATE void ImpToggleExpand( Paragraph* pParentPara ); 289 sal_uLong Select( Paragraph* pParagraph, 300 void AdjustDepth( Paragraph* pPara, short nDX, [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | outlview.cxx | 96 Paragraph* pPara; 480 Paragraph* OutlineView::GetPrevTitle(const Paragraph* pPara) in GetPrevTitle() 482 sal_Int32 nPos = mpOutliner->GetAbsPos(const_cast<Paragraph*>(pPara)); in GetPrevTitle() 491 return const_cast< Paragraph* >( pPara ); in GetPrevTitle() 505 Paragraph* OutlineView::GetNextTitle(const Paragraph* pPara) in GetNextTitle() 507 Paragraph* pResult = const_cast< Paragraph* >( pPara ); in GetNextTitle() 538 Paragraph* pPara = pOutliner->GetHdlParagraph(); in IMPL_LINK() 555 SdPage* OutlineView::InsertSlideForParagraph( Paragraph* pPara ) in InsertSlideForParagraph() 684 Paragraph* pPara = pOutliner->GetHdlParagraph(); in IMPL_LINK() 748 Paragraph* pPara = pOutliner->GetHdlParagraph(); in IMPL_LINK() [all …]
|
| H A D | drtxtob.cxx | 287 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 D | outlnvsh.cxx | 878 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 D | drawview.cxx | 223 Paragraph* pPara = (Paragraph*)pList->Last(); in SetAttributes() 264 pPara = (Paragraph*)pList->Prev(); in SetAttributes() 267 … pOutliner->GetDepth( (sal_uInt16) pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 ) in SetAttributes()
|
| /AOO41X/main/l10ntools/source/ |
| H A D | tagtest.cxx | 846 Paragraph(); in Parse() 904 void TokenParser::Paragraph() in Paragraph() function in TokenParser 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() 981 Paragraph(); in Paragraph() [all …]
|
| /AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | PocketWordDocument.java | 59 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 D | Paragraph.java | 46 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
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | OutlineView.hxx | 34 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 );
|
| /AOO41X/main/sd/source/core/ |
| H A D | sdpage_animations.cxx | 113 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 D | CustomAnimationEffect.cxx | 305 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()
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | Paragraph.idl | 77 // 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…
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fuprobjs.cxx | 102 Paragraph* pPara = (Paragraph*)pList->First(); in DoExecute() 123 pPara = (Paragraph*) pList->Next(); in DoExecute()
|
| /AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/ |
| H A D | Paragraph.java | 34 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()
|
| /AOO41X/main/slideshow/source/engine/animationnodes/ |
| H A D | animationnodefactory.cxx | 251 aTarget.Paragraph >= 0 && in implCreateIteratedNodes() 253 DocTreeNode::NODETYPE_LOGICAL_PARAGRAPH ) > aTarget.Paragraph, in implCreateIteratedNodes() 262 aTarget.Paragraph, in implCreateIteratedNodes()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | swframeposstrings.src | 101 Text [ en-US ] = "Paragraph area" ; 105 Text [ en-US ] = "Paragraph text area" ; 197 Text [ en-US ] = "Paragraph text area" ;
|
| /AOO41X/main/svx/source/sidebar/paragraph/ |
| H A D | ParaPropertyPanel.src | 63 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" ;
|
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | pm_start.cxx | 38 using csi::html::Paragraph; 82 >> *new Paragraph in Write_TopArea()
|
| /AOO41X/main/sd/inc/ |
| H A D | sdpage.hxx | 67 class Paragraph; 359 void onParagraphInserted( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj ); 362 void onParagraphRemoving( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj );
|