Searched refs:rPrinters (Results 1 – 3 of 3) sorted by relevance
45 const std::vector<rtl::OUString>& rPrinters = Printer::GetPrinterQueues(); in ImplFillPrnDlgListBox() local46 unsigned int nCount = rPrinters.size(); in ImplFillPrnDlgListBox()50 pBox->InsertEntry( rPrinters[i] ); in ImplFillPrnDlgListBox()
442 const std::vector<rtl::OUString>& rPrinters = Printer::GetPrinterQueues(); in ActivatePage() local443 unsigned int nCount = rPrinters.size(); in ActivatePage()448 m_aPrinterLB.InsertEntry( rPrinters[i] ); in ActivatePage()
593 const std::vector<rtl::OUString>& rPrinters = Printer::GetPrinterQueues(); in IMPL_LINK_INLINE_END() local594 for (unsigned int i = 0; i < rPrinters.size(); ++i) in IMPL_LINK_INLINE_END()596 String* pString = new String( rPrinters[i] ); in IMPL_LINK_INLINE_END()
Completed in 36 milliseconds