Home
last modified time | relevance | path

Searched refs:nCurrentLeft (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx373 double nCurrentLeft = getLeft(); in IncrementLeft() local
374 nCurrentLeft += Increment; in IncrementLeft()
375 setLeft(nCurrentLeft); in IncrementLeft()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2847 const SvxTabStop& rTab, long nCurrentLeft ) in impl_WriteTabElement() argument
2869 …lementAttrList->add( FSNS( XML_w, XML_pos ), OString::valueOf( rTab.GetTabPos() + nCurrentLeft ) ); in impl_WriteTabElement()
2890 long nCurrentLeft = pLR ? ((const SvxLRSpaceItem*)pLR)->GetTxtLeft() : 0; in ParaTabStop() local
2896 impl_WriteTabElement( m_pSerializer, rTabStop[i], nCurrentLeft ); in ParaTabStop()
H A Dww8atr.cxx4988 long nCurrentLeft = 0; in ParaTabStop() local
4994 nCurrentLeft = static_cast<const SvxLRSpaceItem*>(pLR)->GetTxtLeft(); in ParaTabStop()
5020 ParaTabStopDelAdd( m_rWW8Export, aParentTabs, nParentLeft, rTabStops, nCurrentLeft ); in ParaTabStop()
5033 ParaTabStopAdd(m_rWW8Export, rTabStops, nCurrentLeft); in ParaTabStop()
5046 rTabStops, nCurrentLeft); in ParaTabStop()

Completed in 66 milliseconds