/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1801 SwNodeIndex aNextIdx(rNode,1); in OutputTextNode() 1858 String aStr( rNode.GetTxt() ); in OutputTextNode() 1924 … SwPosition aPosition( rNode, SwIndex( const_cast< SwTxtNode* >( &rNode ), nAktPos ) ); in OutputTextNode() 1942 … SwPosition aPosition( rNode, SwIndex( const_cast< SwTxtNode* >( &rNode ), nAktPos ) ); in OutputTextNode() 2007 ExportGrfBullet(rNode); in OutputTextNode() 2051 ExportGrfBullet(rNode); in OutputTextNode() 2143 if( rNode.IsNumbered()) in OutputTextNode() 2163 if( rNode.IsNumbered() && rNode.IsCountedInList() ) in OutputTextNode() 2241 if ( ! rNode.IsCountedInList() && rNode.GetNumRule()!=NULL ) in OutputTextNode() 2376 pOutFmtNode = &rNode; in OutputTextNode() [all …]
|
H A D | WW8TableInfo.cxx | 613 SwNode & rNode = aPam.GetPoint()->nNode.GetNode(); in processSwTableByLayout() local 615 insertTableNodeInfo(&rNode, pTable, pTableBox, 0, 0, 1, & aRect); in processSwTableByLayout() 617 if (rNode.IsEndNode()) in processSwTableByLayout() 619 SwEndNode * pEndNode = rNode.GetEndNode(); in processSwTableByLayout() 750 SwNode & rNode = aPaM.GetPoint()->nNode.GetNode(); in processTableBoxLines() local 810 SwNode & rNode = aPaM.GetPoint()->nNode.GetNode(); in processTableBox() local 812 if (rNode.IsStartNode()) in processTableBox() 820 pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBox, nRow, nCell, nDepth); in processTableBox() 827 if (nDepthInsideCell == 1 && rNode.IsTxtNode()) in processTableBox() 830 if (rNode.IsEndNode()) in processTableBox() [all …]
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 220 ChgTxtNode(&rNode); in InitINetFmt() 228 ChgTxtNode(&rNode); in InitRuby() 667 if( !rNode.GetDoc()->IsInReading() ) in BuildPortions() 960 rNode.DestroyAttr( &rNewHint ); in BuildPortions() 2847 SwTxtNode &rNode, in TryInsertHint() argument 2899 SwDoc* pDoc = rNode.GetDoc(); in TryInsertHint() 2976 if( rNode.GetNodes().IsDocNodes() ) in TryInsertHint() 3014 rNode.DestroyAttr( Cut( n-- ) ); in TryInsertHint() 3056 if(rNode.GetDepends()) in TryInsertHint() 3114 MergePortions( rNode ); in TryInsertHint() [all …]
|
/aoo42x/main/animations/source/animcore/ |
H A D | animcore.cxx | 451 maBegin( rNode.maBegin ), in AnimationNode() 453 maEnd( rNode.maEnd ), in AnimationNode() 457 mnFill( rNode.mnFill ), in AnimationNode() 468 maTarget( rNode.maTarget ), in AnimationNode() 471 maValues( rNode.maValues ), in AnimationNode() 478 maFrom( rNode.maFrom ), in AnimationNode() 479 maTo( rNode.maTo ), in AnimationNode() 480 maBy( rNode.maBy ), in AnimationNode() 488 maPath( rNode.maPath ), in AnimationNode() 489 maOrigin( rNode.maOrigin ), in AnimationNode() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlay.cxx | 784 InitScriptInfo( rNode, nDefaultDir == UBIDI_RTL ); in InitScriptInfo() 792 const String& rTxt = rNode.GetTxt(); in InitScriptInfo() 799 CalcHiddenRanges( rNode, aHiddenMulti ); in InitScriptInfo() 1118 SwScanner aScanner( rNode, rNode.GetTxt(), 0, 0, in InitScriptInfo() 1546 void SwScriptInfo::DeleteHiddenRanges( SwTxtNode& rNode ) in DeleteHiddenRanges() argument 1559 SwPaM aPam( rNode, nHiddenStart, rNode, nHiddenEnd ); in DeleteHiddenRanges() 1581 if ( !rNode.IsCalcHiddenCharFlags() ) in GetBoundsOfHiddenRange() 1593 pList->push_back( rNode.GetTxt().Len() ); in GetBoundsOfHiddenRange() 1597 rnEndPos = rNode.GetTxt().Len(); in GetBoundsOfHiddenRange() 1617 Range aRange( 0, rNode.GetTxt().Len() ? rNode.GetTxt().Len() - 1 : 0 ); in GetBoundsOfHiddenRange() [all …]
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 191 aSplitNode = rNode; in Insert() 213 bResult = Insert(nPos, rNode); in Insert() 220 aSplitNode = rNode; in Insert() 224 aSplitNode = rNode; in Insert() 290 return Append(rNode); in Insert() 298 return Insert(nNodePos, rNode); in Insert() 323 rInsertNode = rNode; in Insert() 339 return Insert(nCount, rNode); in Append() 946 ONDXNode rNode = (*this)[i]; in PrintPage() local 949 rNode.GetChild(&rIndex, this); in PrintPage() [all …]
|
H A D | DNoException.cxx | 525 ONDXNode rNode = (*this)[i]; in PrintPage() local 526 ONDXKey& rKey = rNode.GetKey(); in PrintPage() 528 rNode.GetChild(&rIndex, this); in PrintPage() 532 DBG_TRACE2("SDB: [%d,NULL,%d]",rKey.GetRecord(), rNode.GetChild().GetPagePos()); in PrintPage() 536 …DBG_TRACE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPag… in PrintPage() 540 …etStr(), rIndex.m_pTable->getConnection()->getTextEncoding()).GetBuffer(),rNode.GetChild().GetPage… in PrintPage() 550 ONDXNode rNode = (*this)[i]; in PrintPage() local 551 rNode.GetChild(&rIndex,this)->PrintPage(); in PrintPage()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 57 SwLayoutFrm* UpperFrm( SwFrm* &rpFrm, const SwNode &rNode ); 145 if( bSearch || rNode.IsSectionNode() ) in SwNode2LayImpl() 149 if( !bSearch && rNode.GetIndex() < nIndex ) in SwNode2LayImpl() 151 SwNodeIndex aTmp( *rNode.EndOfSectionNode(), +1 ); in SwNode2LayImpl() 153 if( !bSearch && pNd && rNode.GetIndex() > pNd->GetIndex() ) in SwNode2LayImpl() 159 SwNodeIndex aTmp( rNode, -1 ); in SwNode2LayImpl() 160 pNd = GoNextWithFrm( rNode.GetNodes(), &aTmp ); in SwNode2LayImpl() 168 pNd = &rNode; in SwNode2LayImpl() 169 bMaster = nIndex < rNode.GetIndex(); in SwNode2LayImpl() 292 const SwNode* pNode = rNode.StartOfSectionNode(); in UpperFrm() [all …]
|
H A D | node.cxx | 91 if( rNode.GetModifyAtAttr() ) in GetNewAutoStyle() 103 const SwCntntNode& rNode, in SetParent() argument 187 if( rNode.GetModifyAtAttr() ) in Put_BC() 188 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC() 215 if( rNode.GetModifyAtAttr() ) in Put_BC() 216 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC() 239 if( rNode.GetModifyAtAttr() ) in ClearItem_BC() 240 aNewSet.SetModifyAtAttr( &rNode ); in ClearItem_BC() 253 if( rNode.GetModifyAtAttr() ) in ClearItem_BC() 1327 ASSERT( &rNode != this, in MakeFrms() [all …]
|
H A D | ndcopy.cxx | 85 SwNode& rNode = rLastIdx.GetNode(); in lcl_NonCopyCount() local 86 if( ( rNode.IsSectionNode() && rNode.EndOfSectionIndex() >= nEnd ) in lcl_NonCopyCount() 87 || ( rNode.IsEndNode() && rNode.StartOfSectionNode()->GetIndex() < nStart ) ) in lcl_NonCopyCount() 98 SwNode& rNode = rLastIdx.GetNode(); in lcl_NonCopyCount() local 99 if( ( rNode.IsSectionNode() && rNode.EndOfSectionIndex() >= nEnd ) in lcl_NonCopyCount() 100 || ( rNode.IsEndNode() && rNode.StartOfSectionNode()->GetIndex() < nStart ) ) in lcl_NonCopyCount()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 204 mnPresetClass( rNode.mnPresetClass ), in RandomAnimationNode() 205 maBegin( rNode.maBegin ), in RandomAnimationNode() 206 maDuration( rNode.maDuration ), in RandomAnimationNode() 207 maEnd( rNode.maEnd ), in RandomAnimationNode() 208 maEndSync( rNode.maEndSync ), in RandomAnimationNode() 209 maRepeatCount( rNode.maRepeatCount ), in RandomAnimationNode() 211 maTarget( rNode.maTarget ), in RandomAnimationNode() 212 mnFill( rNode.mnFill ), in RandomAnimationNode() 214 mnRestart( rNode.mnRestart ), in RandomAnimationNode() 217 mfDecelerate( rNode.mfDecelerate ), in RandomAnimationNode() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | configitem.cxx | 860 return GetNodeNames(rNode, eDefaultFormat); in GetNodeNames() 874 if(rNode.getLength()) in GetNodeNames() 895 sal_Bool ConfigItem::ClearNodeSet(const OUString& rNode) in ClearNodeSet() argument 905 if(rNode.getLength()) in ClearNodeSet() 946 if(rNode.getLength()) in ClearNodeElements() 1010 const OUString& rNode, Sequence< PropertyValue > rValues) argument 1021 if(rNode.getLength()) 1063 sal_Bool bEmptyNode = rNode.getLength() == 0; 1111 const OUString& rNode, Sequence< PropertyValue > rValues) argument 1122 if(rNode.getLength()) [all …]
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 125 rIn >> rNode.mnU1; in operator >>() 128 rIn >> rNode.mnFill; in operator >>() 129 rIn >> rNode.mnU3; in operator >>() 130 rIn >> rNode.mnU4; in operator >>() 1134 if( rNode.mnFill ) in fillNode() 3402 dump( rNode ); in dump_anim_group() 3418 if( rNode.mnFill ) in dump() 3421 …rNode.mnFill == 1 ? "remove" : (rNode.mnFill == 3 ? "hold" : (rNode.mnFill == 2 ? "freeze" : "unkn… in dump() 3435 if( rNode.mnU1 ) fprintf(mpFile," u1=\"%#lx\"", rNode.mnU1); in dump() 3436 if( rNode.mnU3 ) fprintf(mpFile," u3=\"%#lx\"", rNode.mnU3); in dump() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 460 const String lcl_AnchoredFrames(const SwNode & rNode) in lcl_AnchoredFrames() argument 464 const SwDoc * pDoc = rNode.GetDoc(); in lcl_AnchoredFrames() 540 String lcl_dbg_out(const SwNode & rNode) in lcl_dbg_out() argument 562 sprintf(aBuffer, "%p", &rNode); in lcl_dbg_out() 567 const SwTxtNode * pTxtNode = rNode.GetTxtNode(); in lcl_dbg_out() 569 if (rNode.IsTxtNode()) in lcl_dbg_out() 577 if (rNode.IsTableNode()) in lcl_dbg_out() 666 aTmpStr += lcl_AnchoredFrames(rNode); in lcl_dbg_out() 676 else if (rNode.IsStartNode()) in lcl_dbg_out() 686 else if (rNode.IsEndNode()) in lcl_dbg_out() [all …]
|
H A D | doccomp.cxx | 843 const SwNode& rNode; member in SwCompareLine 894 : rNode( rNd ) in SwCompareLine() 905 switch( rNode.GetNodeType() ) in GetHashValue() 914 SwNodeIndex aIdx( rNode ); in GetHashValue() 942 const SwNode* pNd = &rNode; in GetEndNode() 943 switch( rNode.GetNodeType() ) in GetEndNode() 946 pNd = rNode.EndOfSectionNode(); in GetEndNode() 954 pNd = rNode.EndOfSectionNode(); in GetEndNode() 963 return CompareNode( rNode, ((SwCompareLine&)rLine).rNode ); in Compare() 972 SwNodeIndex aIdx( rNode ); in SimpleTableToText() [all …]
|
/aoo42x/main/store/source/ |
H A D | stortree.cxx | 416 OStoreBTreeNodeObject & rNode, // [out] in find_lookup() argument 425 tmp.swap (rNode.get()); in find_lookup() 432 PageHolderObject< page > xPage (rNode.get()); in find_lookup() 433 for (; xPage->depth() > 0; xPage = rNode.makeHolder< page >()) in find_lookup() 454 storeError eErrCode = rBIOS.loadObjectAt (rNode, nAddr); in find_lookup() 481 OStoreBTreeNodeObject & rNode, // [out] in find_insert() argument 508 tmp.swap (rNode.get()); in find_insert() 515 PageHolderObject< page > xPage (rNode.get()); in find_insert() 516 for (; xPage->depth() > 0; xPage = rNode.makeHolder< page >()) in find_insert() 547 eErrCode = rNode.split (i, xNext, rBIOS); in find_insert() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 55 const SwTxtNode& rNode; member in SwScanner 127 void InitScriptInfo( const SwTxtNode& rNode, sal_Bool bRTL ); 128 void InitScriptInfo( const SwTxtNode& rNode ); 156 static void CalcHiddenRanges( const SwTxtNode& rNode, 203 static bool GetBoundsOfHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos, 209 static bool IsInHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos ); 225 static sal_uInt16 MaskHiddenRanges( const SwTxtNode& rNode, XubString& rText, 236 static void DeleteHiddenRanges( SwTxtNode& rNode ); 344 static SwScriptInfo* GetScriptInfo( const SwTxtNode& rNode,
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 139 ObjectHierarchy::tChildContainer getSiblings( const ObjectHierarchy::tOID& rNode ); 568 if ( rNode.isValid() && !ObjectHierarchy::isRootNode( rNode ) ) in getSiblings() 574 ::std::find( aIt->second.begin(), aIt->second.end(), rNode )); in getSiblings() 659 const ObjectHierarchy::tOID& rNode ) const in getSiblings() 661 if ( rNode.isValid() && !isRootNode( rNode ) ) in getSiblings() 662 return m_apImpl->getSiblings( rNode ); in getSiblings() 668 const ObjectHierarchy::tOID& rNode ) const in getParent() 670 return m_apImpl->getParent( rNode ); in getParent() 674 const ObjectHierarchy::tOID& rNode ) const in getIndexInParent() 676 tOID aParentOID( m_apImpl->getParent( rNode )); in getIndexInParent() [all …]
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | configitem.hxx | 150 GetNodeNames(const rtl::OUString& rNode); 153 … GetNodeNames(const rtl::OUString& rNode, ConfigNameFormat eFormat); 155 sal_Bool ClearNodeSet(const rtl::OUString& rNode); 157 sal_Bool ClearNodeElements(const rtl::OUString& rNode, 160 …sal_Bool SetSetProperties(const rtl::OUString& rNode, com::sun::star::uno::Sequence… 162 …sal_Bool ReplaceSetProperties(const rtl::OUString& rNode, com::sun::star::uno::Sequ… 164 … sal_Bool AddNode(const rtl::OUString& rNode, const rtl::OUString& rNewNode);
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterCurrentSlideObserver.cxx | 73 const Reference<animations::XAnimationNode>& rNode) in beginEvent() argument 76 (void)rNode; in beginEvent() 80 const Reference<animations::XAnimationNode>& rNode) in endEvent() argument 83 (void)rNode; in endEvent() 87 const css::uno::Reference<css::animations::XAnimationNode>& rNode, in repeat() argument 91 (void)rNode; in repeat()
|
/aoo42x/main/sw/inc/ |
H A D | node.hxx | 343 SwStartNode( const SwStartNode & rNode ); 344 SwStartNode & operator= ( const SwStartNode & rNode ); 367 SwEndNode( const SwEndNode & rNode ); 368 SwEndNode & operator= ( const SwEndNode & rNode ); 445 void MakeFrms( SwCntntNode& rNode ); 522 SwCntntNode( const SwCntntNode & rNode ); 523 SwCntntNode & operator= ( const SwCntntNode & rNode ); 563 SwTableNode( const SwTableNode & rNode ); 564 SwTableNode & operator= ( const SwTableNode & rNode );
|
H A D | ndhints.hxx | 177 bool TryInsertNesting(SwTxtNode & rNode, SwTxtAttrNesting & rNewHint); 178 void BuildPortions( SwTxtNode& rNode, SwTxtAttr& rNewHint, 180 bool MergePortions( SwTxtNode& rNode ); 195 bool TryInsertHint( SwTxtAttr * const pHint, SwTxtNode & rNode,
|
/aoo42x/main/slideshow/source/engine/ |
H A D | eventmultiplexer.cxx | 273 AnimationNodeSharedPtr const& rNode ); 431 AnimationNodeSharedPtr const& rNode ) in notifyAllAnimationHandlers() argument 435 _1, boost::cref(rNode) ) ); in notifyAllAnimationHandlers() 1133 const AnimationNodeSharedPtr& rNode ) in notifyAnimationStart() argument 1136 rNode ); in notifyAnimationStart() 1140 const AnimationNodeSharedPtr& rNode ) in notifyAnimationEnd() argument 1143 rNode ); in notifyAnimationEnd() 1153 const AnimationNodeSharedPtr& rNode ) in notifyAudioStopped() argument 1157 rNode ); in notifyAudioStopped() 1161 const AnimationNodeSharedPtr& rNode ) in notifyCommandStopAudio() argument [all …]
|
/aoo42x/main/slideshow/source/inc/ |
H A D | eventmultiplexer.hxx | 573 bool notifyAnimationStart( const boost::shared_ptr<AnimationNode>& rNode ); 589 bool notifyAnimationEnd( const boost::shared_ptr<AnimationNode>& rNode ); 614 bool notifyAudioStopped( const boost::shared_ptr<AnimationNode>& rNode ); 639 bool notifyCommandStopAudio( const boost::shared_ptr<AnimationNode>& rNode );
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawinglayeranimation.cxx | 564 ScrollTextAnimNode & rNode = maVector[a]; in ImpGetScrollTextAnimNode() local 565 if(!rNode.GetRepeat()) in ImpGetScrollTextAnimNode() 568 pRetval = &rNode; in ImpGetScrollTextAnimNode() 570 else if(rNode.GetFullTime() > rRelativeTime) in ImpGetScrollTextAnimNode() 573 pRetval = &rNode; in ImpGetScrollTextAnimNode() 578 rRelativeTime -= rNode.GetFullTime(); in ImpGetScrollTextAnimNode()
|