Home
last modified time | relevance | path

Searched refs:mnCurPageId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtabbar.cxx375 mnCurPageId = 0; in ImplInit()
946 mnCurPageId = nSelId; in MouseButtonDown()
950 if ( mnCurPageId == nSelId ) in MouseButtonDown()
1615 if ( !mnCurPageId ) in InsertPage()
1616 mnCurPageId = nPageId; in InsertPage()
1669 if ( mnCurPageId == nPageId ) in RemovePage()
1670 mnCurPageId = 0; in RemovePage()
1733 mnCurPageId = 0; in Clear()
1884 if ( nPageId == mnCurPageId ) in SetCurPageId()
1895 if ( mnCurPageId ) in SetCurPageId()
[all …]
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx114 mnCurPageId = 0; in ImplInit()
370 if ( mnCurPageId ) in ImplGetTabRect()
1678 if( ! mnCurPageId ) in InsertPage()
1684 if ( !mnCurPageId ) in InsertPage()
1685 mnCurPageId = nPageId; in InsertPage()
1727 mnCurPageId = 0; in RemovePage()
1759 mnCurPageId = 0; in Clear()
1788 SetCurPageId( mnCurPageId ); in EnablePage()
1856 if ( nPageId == mnCurPageId ) in SetCurPageId()
1869 mnCurPageId = nPageId; in SetCurPageId()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx353 sal_uInt16 mnCurPageId; member in TabBar
448 sal_uInt16 GetCurPageId() const { return mnCurPageId; } in GetCurPageId()
/trunk/main/vcl/inc/vcl/
H A Dtabctrl.hxx61 sal_uInt16 mnCurPageId; member in TabControl

Completed in 90 milliseconds