Home
last modified time | relevance | path

Searched refs:pLR (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx480 void LotusRangeList::Append( LotusRange* pLR, const String& rName ) in Append() argument
482 DBG_ASSERT( pLR, "*LotusRangeList::Append(): das wird nichts!" ); in Append()
483 List::Insert( pLR, CONTAINER_APPEND ); in Append()
489 pSingRef->nCol = pLR->nColStart; in Append()
490 pSingRef->nRow = pLR->nRowStart; in Append()
492 if( pLR->IsSingle() ) in Append()
497 pSingRef->nCol = pLR->nColEnd; in Append()
498 pSingRef->nRow = pLR->nRowEnd; in Append()
507 pLR->SetId( nIdCnt ); in Append()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1987 const SvxLRSpaceItem *pLR = in RegisterNumFmtOnTxtNode() local
1989 ASSERT(pLR, "Impossible"); in RegisterNumFmtOnTxtNode()
1990 if (pLR) in RegisterNumFmtOnTxtNode()
1992 pCtrlStck->NewAttr(*pPaM->GetPoint(), *pLR); in RegisterNumFmtOnTxtNode()
H A Ddocxattributeoutput.cxx2889 const SfxPoolItem* pLR = m_rExport.HasItem( RES_LR_SPACE ); in ParaTabStop() local
2890 long nCurrentLeft = pLR ? ((const SvxLRSpaceItem*)pLR)->GetTxtLeft() : 0; in ParaTabStop()
H A Dww8par6.cxx4080 const SfxPoolItem* pLR = GetFmtAttr(RES_LR_SPACE); in Read_LR() local
4081 if( pLR ) in Read_LR()
4082 aLR = *(const SvxLRSpaceItem*)pLR; in Read_LR()
H A Dww8atr.cxx4991 const SfxPoolItem* pLR = m_rWW8Export.HasItem( RES_LR_SPACE ); in ParaTabStop() local
4993 if ( pLR != NULL ) in ParaTabStop()
4994 nCurrentLeft = static_cast<const SvxLRSpaceItem*>(pLR)->GetTxtLeft(); in ParaTabStop()
/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx123 void Append( LotusRange* pLR, const String& rName );

Completed in 178 milliseconds