Searched refs:nCurrentLeft (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 373 double nCurrentLeft = getLeft(); in IncrementLeft() local 374 nCurrentLeft += Increment; in IncrementLeft() 375 setLeft(nCurrentLeft); in IncrementLeft()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 2847 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 D | ww8atr.cxx | 4988 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 58 milliseconds