Searched refs:nCurTextWidth (Results 1 – 6 of 6) sorted by relevance
154 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()
87 long nCurTextWidth; member in XMLFileWindow
242 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()
170 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()
116 long nCurTextWidth; member in EditorWindow
84 long nCurTextWidth; member in SwSrcEditWindow
Completed in 95 milliseconds