Lines Matching refs:SvPropertyBox

1162 SvPropertyBox::SvPropertyBox( Window* pParent, WinBits nWinStyle)  in SvPropertyBox()  function in SvPropertyBox
1169 SvPropertyBox::SvPropertyBox( Window* pParent, const ResId& rResId ) in SvPropertyBox() function in SvPropertyBox
1177 SvPropertyBox::~SvPropertyBox() in ~SvPropertyBox()
1183 void SvPropertyBox::ClearAll() in ClearAll()
1197 void SvPropertyBox::Resize() in Resize()
1219 sal_uInt16 SvPropertyBox::AppendPage( const String & rText ) in AppendPage()
1231 void SvPropertyBox::SetPage( sal_uInt16 nId) in SetPage()
1236 sal_uInt16 SvPropertyBox::GetCurPage() in GetCurPage()
1241 sal_uInt16 SvPropertyBox::CalcVisibleLines() in CalcVisibleLines()
1247 void SvPropertyBox::EnableUpdate() in EnableUpdate()
1254 void SvPropertyBox::DisableUpdate() in DisableUpdate()
1261 void SvPropertyBox::SetController(SvPropertyDataControl *pDataCtr) in SetController()
1276 sal_uInt16 SvPropertyBox::InsertEntry( const SvPropertyData& rData, sal_uInt16 nPos) in InsertEntry()
1283 void SvPropertyBox::ChangeEntry( const SvPropertyData& rData, sal_uInt16 nPos) in ChangeEntry()
1290 sal_uInt16 SvPropertyBox::AppendEntry( const SvPropertyData& rData) in AppendEntry()
1297 void SvPropertyBox::SetPropertyValue( const String & rEntryName, const String & rValue ) in SetPropertyValue()
1304 void SvPropertyBox::SetFirstVisibleEntry(sal_uInt16 nPos) in SetFirstVisibleEntry()
1310 sal_uInt16 SvPropertyBox::GetFirstVisibleEntry() in GetFirstVisibleEntry()
1317 void SvPropertyBox::SetSelectedEntry(sal_uInt16 nPos) in SetSelectedEntry()
1323 sal_uInt16 SvPropertyBox::GetSelectedEntry() in GetSelectedEntry()
1330 void SvPropertyBox::ClearTable() in ClearTable()