Searched refs:aPosBox (Results 1 – 4 of 4) sorted by relevance
132 aPosBox (this, SW_RES(BOX_POS )), in SwCaptionDialog()265 aPosBox.InsertEntry(SW_RESSTR(STR_ABOVE)); in SwCaptionDialog()266 aPosBox.InsertEntry(SW_RESSTR(STR_CP_BELOW)); in SwCaptionDialog()270 aPosBox.InsertEntry(SW_RESSTR(STR_BEGINNING)); in SwCaptionDialog()271 aPosBox.InsertEntry(SW_RESSTR(STR_END )); in SwCaptionDialog()274 aPosBox.SelectEntryPos(1); in SwCaptionDialog()278 aPosBox.Enable( sal_False ); in SwCaptionDialog()307 aOpt.SetPos( aPosBox.GetSelectEntryPos() ); in Apply()627 sal_Int32 nDiff = aPosBox.GetPosPixel().Y() - aSepEdit.GetPosPixel().Y(); in ApplyCaptionOrder()642 lcl_MoveH( aPosBox, nDiff ); in ApplyCaptionOrder()
408 aPosBox (this, SW_RES(BOX_POS )), in SwCaptionOptPage()689 aPosBox.Enable( bChecked ); in IMPL_LINK()757 aPosBox.Clear(); in IMPL_LINK()763 aPosBox.InsertEntry(sAbove); in IMPL_LINK()764 aPosBox.InsertEntry(sBelow); in IMPL_LINK()767 aPosBox.InsertEntry(sBegin); in IMPL_LINK()768 aPosBox.InsertEntry(sEnd); in IMPL_LINK()771 aPosBox.SelectEntryPos(pOpt->GetPos()); in IMPL_LINK()772 aPosBox.Enable( pOpt->GetObjType() != GRAPHIC_CAP && in IMPL_LINK()775 aPosBox.SelectEntryPos(pOpt->GetPos()); in IMPL_LINK()[all …]
92 ListBox aPosBox; member in SwCaptionDialog
148 ListBox aPosBox; member in SwCaptionOptPage
Completed in 20 milliseconds