Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx154 nCurTextWidth(0), in XMLFileWindow()
373 pHScrollbar->SetRange( Range( 0, nCurTextWidth-1 ) ); in SetScrollBarRanges()
486 long nPrevTextWidth = nCurTextWidth; in ShowWindow()
487 nCurTextWidth = pTextEngine->CalcTextWidth() + 25; // kleine Toleranz in ShowWindow()
488 if ( nCurTextWidth != nPrevTextWidth ) in ShowWindow()
960 long nPrevTextWidth = nCurTextWidth; in IMPL_LINK()
961 nCurTextWidth = pTextEngine->CalcTextWidth() + 25; // kleine Toleranz in IMPL_LINK()
962 if ( nCurTextWidth != nPrevTextWidth ) in IMPL_LINK()
H A Dxmlfileview.hxx87 long nCurTextWidth; member in XMLFileWindow
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx242 nCurTextWidth(0), in SwSrcEditWindow()
563 pHScrollbar->SetRange( Range( 0, nCurTextWidth-1 ) ); in SetScrollBarRanges()
682 long nPrevTextWidth = nCurTextWidth; in IMPL_LINK()
683 nCurTextWidth = pTextEngine->CalcTextWidth() + 25; // kleine Toleranz in IMPL_LINK()
684 if ( nCurTextWidth != nPrevTextWidth ) in IMPL_LINK()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx170 nCurTextWidth = 0; in EditorWindow()
702 if ( (long)nWidth != nCurTextWidth ) in Notify()
704 nCurTextWidth = nWidth; in Notify()
705 pModulWindow->GetHScrollBar()->SetRange( Range( 0, (long)nCurTextWidth-1) ); in Notify()
709 long nPrevTextWidth = nCurTextWidth; in Notify()
710 nCurTextWidth = pEditEngine->CalcTextWidth(); in Notify()
711 if ( nCurTextWidth != nPrevTextWidth ) in Notify()
742 pModulWindow->GetHScrollBar()->SetRange( Range( 0, nCurTextWidth-1 ) ); in SetScrollBarRanges()
H A Dbaside2.hxx116 long nCurTextWidth; member in EditorWindow
/trunk/main/sw/source/ui/inc/
H A Dsrcedtw.hxx84 long nCurTextWidth; member in SwSrcEditWindow

Completed in 40 milliseconds