Searched refs:m_aLocation (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/extensions/source/abpilot/ |
H A D | abpfinalpage.cxx | 64 ,m_aLocation ( this, ModuleRes( CBB_LOCATION ) ) in FinalPage() 70 …,m_aLocationController( ::comphelper::ComponentContext( _pParent->getORB() ), m_aLocation, m_aBrow… in FinalPage() 75 m_aLocation.SetModifyHdl( LINK(this, FinalPage, OnNameModified) ); in FinalPage() 169 m_aLocation.GrabFocus(); in ActivatePage() 197 sal_Bool bEmptyLocation = 0 == m_aLocation.GetText().Len(); in implCheckName()
|
H A D | abpfinalpage.hxx | 47 ::svt::OFileURLControl m_aLocation;
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 474 aPrinter.m_aInfo.m_aLocation = String( aValue, RTL_TEXTENCODING_UTF8 ); in initialize() 617 aPrinter.m_aInfo.m_aLocation = it->m_aLocation; in initialize() 768 …pConfig->WriteKey( "Location", ByteString( String( it->second.m_aInfo.m_aLocation ), RTL_TEXTENCOD… in writePrinterConfig() 1295 o_rQueues.back().m_aLocation = aSysQueue; in lpgetSysQueueTokenHandler() 1320 o_rQueues.back().m_aLocation = String( aLoc, aEncoding ); in lpgetSysQueueTokenHandler() 1364 o_rQueues.back().m_aLocation = aSysQueue; in standardSysQueueTokenHandler()
|
H A D | cupsmgr.cxx | 569 aPrinter.m_aInfo.m_aLocation=OStringToOUString(pDest->options[k].value, aEncoding); in initialize()
|
/aoo42x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 2735 bool bOk = (aArguments[0] >>= m_aLocation); in initialize() 2736 sal_Int32 nLen = m_aLocation.getLength(); in initialize() 2743 if( m_aLocation.getStr()[nLen - 1] != '/' ) in initialize() 2744 m_aLocation += ::rtl::OUString::createFromAscii( "/" ); in initialize() 2894 implStoreAtLocation( m_aLocation, m_aNameBase, m_aComment, in store() 2964 implStoreAtLocation( m_aLocation, m_aNameBase, m_aComment, in setURL() 2967 m_aLocation = URL; in setURL() 2980 if( xFileAccess.is() && xFileAccess->isFolder( m_aLocation ) ) in implScanLocales() 2982 Sequence< ::rtl::OUString > aContentSeq = xFileAccess->getFolderContents( m_aLocation, false ); in implScanLocales() 2996 implGetPathForLocaleItem( pLocaleItem, m_aNameBase, m_aLocation ); in implLoadLocale()
|
H A D | stringresource.hxx | 567 ::rtl::OUString m_aLocation;
|
/aoo42x/main/padmin/source/ |
H A D | padialog.cxx | 84 m_aLocation( this, PaResId( RID_PA_TXT_LOCATION_STRING ) ), in PADialog() 292 m_aLocation.SetText( rInfo.m_aLocation ); in UpdateText() 300 m_aLocation.SetText( aEmpty ); in UpdateText()
|
H A D | padialog.hxx | 62 FixedText m_aLocation; member in padmin::PADialog
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | printerinfomanager.hxx | 48 rtl::OUString m_aLocation; member 87 rtl::OUString m_aLocation; member
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 395 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 461 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo()
|
Completed in 89 milliseconds