Home
last modified time | relevance | path

Searched refs:aPath (Results 51 – 75 of 185) sorted by relevance

12345678

/trunk/main/svgio/source/svgreader/
H A Dsvglinenode.cxx148 basegfx::B2DPolygon aPath; in decomposeSvgNode() local
150 aPath.append(X); in decomposeSvgNode()
151 aPath.append(Y); in decomposeSvgNode()
155 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
H A Dsvgrectnode.cxx182 basegfx::B2DPolygon aPath; in decomposeSvgNode() local
207 aPath = basegfx::tools::createPolygonFromRect(aRange, frX * 2.0, frY * 2.0); in decomposeSvgNode()
211 aPath = basegfx::tools::createPolygonFromRect(aRange); in decomposeSvgNode()
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java61 TreePath aPath = aObjectUnderMouse.getNodePath(); in mousePressed() local
63 maTree.expandPath (aPath); in mousePressed()
65 maTree.setSelectionPath (aPath); in mousePressed()
66 maTree.makeVisible (aPath); in mousePressed()
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx71 …rtl::OUString aPath( mpCfgItem->ReadString( rtl::OUString::createFromAscii( "Path" ), aEmptyString… in MSFilterTracer() local
77 if ( aPath.getLength() ) in MSFilterTracer()
80 aLogFile = INetURLObject( aPath ); in MSFilterTracer()
88 if ( aPath.getLength() ) in MSFilterTracer()
89 aLogFile = INetURLObject( aPath ); in MSFilterTracer()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx177 WizardPath aPath; in defineWizardPagesDependingFromContext() local
178 aPath.push_back(STATE_WELCOME); in defineWizardPagesDependingFromContext()
181 aPath.push_back(STATE_MIGRATION); in defineWizardPagesDependingFromContext()
183 aPath.push_back(STATE_USER); in defineWizardPagesDependingFromContext()
187 aPath.push_back(STATE_UPDATE_CHECK); in defineWizardPagesDependingFromContext()
191 declarePath(aDefaultPath, aPath); in defineWizardPagesDependingFromContext()
H A Dcfgfilter.cxx73 OUString aPath; in pushElement() local
75 aPath = m_elementStack.top().path; // or use base path in pushElement()
76 aPath += OUString::createFromAscii("/"); in pushElement()
78 aPath += aName; in pushElement()
83 elem.path = aPath; in pushElement()
/trunk/main/tools/source/fsys/
H A Dcomdep.hxx71 String aPath; member
80 aPath( GUI2FSYS(rDir.GetFull()) ), in DirReader_Impl()
86 FSysRedirector::DoRedirect( aPath ); in DirReader_Impl()
94 aBypass = ByteString(aPath, osl_getThreadTextEncoding()); in DirReader_Impl()
H A Ddirent.cxx1781 … ByteString aPath = ByteString(rPfad, osl_getThreadTextEncoding()).GetToken( 0, cDelim, nIndex ); in Find() local
1783 if ( aPath.Len() ) in Find()
1785 if (aPath.GetChar(aPath.Len()-1)== ACCESSDELIM(DEFSTYLE)[0]) in Find()
1786 aPath.Erase(aPath.Len()-1); in Find()
1787 aPath += aThis; in Find()
1788 DirEntry aEntry( String(aPath, osl_getThreadTextEncoding())); in Find()
2438 DirEntry aPath(rPath); in IsValidEntry_Impl() local
2442 aPath += aName; in IsValidEntry_Impl()
2443 if ( 1 == aPath.Level() ) in IsValidEntry_Impl()
2464 if ( aPath.Exists() ) in IsValidEntry_Impl()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx371 OString aPath( pPaths[i] ); in FillFontPathList() local
374 && ( nPos = aPath.indexOf( ':' ) ) > 0 in FillFontPathList()
375 && ( !aPath.copy(nPos).equals( ":unscaled" ) ) ) in FillFontPathList()
382 psp::normPath( aPath ); in FillFontPathList()
383 o_rFontPaths.push_back( aPath ); in FillFontPathList()
/trunk/main/cui/source/tabpages/
H A Dtabarea.cxx185 const String aPath( SvtPathOptions().GetPalettePath() ); in SavePalettes() local
189 maHatchingList->SetPath( aPath ); in SavePalettes()
204 maBitmapList->SetPath( aPath ); in SavePalettes()
219 maGradientList->SetPath( aPath ); in SavePalettes()
234 maColorTab->SetPath( aPath ); in SavePalettes()
H A Dtabline.cxx164 const String aPath( SvtPathOptions().GetPalettePath() ); in SavePalettes() local
168 maDashList->SetPath( aPath ); in SavePalettes()
178 maLineEndList->SetPath( aPath ); in SavePalettes()
188 maColorTab->SetPath( aPath ); in SavePalettes()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx913 wchar_t aPath[_MAX_PATH]; in IsQuickstarterInstalled() local
916 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in IsQuickstarterInstalled()
928 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in IsQuickstarterInstalled()
931 OUString aOfficepath( reinterpret_cast<const sal_Unicode*>(aPath) ); in IsQuickstarterInstalled()
944 wchar_t aPath[_MAX_PATH]; in EnableAutostartW32() local
946 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in EnableAutostartW32()
957 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in EnableAutostartW32()
960 OUString aOfficepath( reinterpret_cast<const sal_Unicode*>(aPath) ); in EnableAutostartW32()
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx145 for ( Paths::const_iterator aPath = m_pImpl->aPaths.begin(); in checkInvariants() local
146 aPath != m_pImpl->aPaths.end(); in checkInvariants()
147 ++aPath in checkInvariants()
150 if ( aPath->second.empty() ) in checkInvariants()
155 nSharedFirstState = aPath->second[ 0 ]; in checkInvariants()
157 if ( nSharedFirstState != aPath->second[ 0 ] ) in checkInvariants()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx521 sal_Bool OStorageHelper::PathHasSegment( const ::rtl::OUString& aPath, const ::rtl::OUString& aSegm… in PathHasSegment() argument
524 const sal_Int32 nPathLen = aPath.getLength(); in PathHasSegment()
535 if ( aPath.indexOf( aInternalSegment ) >= 0 ) in PathHasSegment()
538 if ( !bResult && !aPath.compareTo( aSegment, nSegLen ) ) in PathHasSegment()
540 if ( nPathLen == nSegLen || aPath.getStr()[nSegLen] == (sal_Unicode)'/' ) in PathHasSegment()
544 …if ( !bResult && nPathLen > nSegLen && aPath.copy( nPathLen - nSegLen - 1, nSegLen + 1 ).equals( a… in PathHasSegment()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2174 OString aPath( *dir_it ); in initialize() local
2178 visited_dirs[ aPath ] = 1; in initialize()
2216 DIR* pDIR = opendir( aPath.getStr() ); in initialize()
2890 OString aPath; in getFontFile() local
2896 aPath = it->second; in getFontFile()
2897 aPath += "/"; in getFontFile()
2898 aPath += pPSFont->m_aFontFile; in getFontFile()
2904 aPath = it->second; in getFontFile()
2905 aPath += "/"; in getFontFile()
2906 aPath += pTTFont->m_aFontFile; in getFontFile()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx334 ::rtl::OUStringBuffer aPath; in impl_getConfigurationSettingsPath()
335 aPath.appendAscii( "/org.openoffice.Office.DataAccess/DriverSettings/" ); in impl_getConfigurationSettingsPath()
336 aPath.appendAscii( "com.sun.star.comp.sdbc.macab.Driver" ); in impl_getConfigurationSettingsPath()
337 return aPath.makeStringAndClear(); in impl_getConfigurationSettingsPath()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx432 INetURLObject aPath; in ExportGraphic() local
433 aPath.SetSmartURL( sGrfPath ); in ExportGraphic()
439 aDlgHelper.SetDisplayDirectory( aPath.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in ExportGraphic()
482 aPath.SetSmartURL( sPath); in ExportGraphic()
483 sGrfPath = aPath.GetPath(); in ExportGraphic()
/trunk/main/autodoc/inc/cosv/
H A Dploc.hxx75 DirChain() const { return aPath; } in DirChain()
89 DirectoryChain & DirChain() { return aPath; } in DirChain()
93 DirectoryChain aPath; member in csv::ploc::Path
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1368 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarDialogImage() local
1369 aRes = aPath; in GetSpellAndGrammarDialogImage()
1383 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarContextSuggestionImage() local
1384 aRes = aPath; in GetSpellAndGrammarContextSuggestionImage()
1398 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarContextDictionaryImage() local
1399 aRes = aPath; in GetSpellAndGrammarContextDictionaryImage()
1413 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetThesaurusDialogImage() local
1414 aRes = aPath; in GetThesaurusDialogImage()
1428 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSynonymsContextImage() local
1429 aRes = aPath; in GetSynonymsContextImage()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx470 INetURLObject aPath; in SaveGraphic() local
471 aPath.SetSmartURL( sGrfPath); in SaveGraphic()
472 xFP->setDisplayDirectory( aPath.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in SaveGraphic()
519 aPath.SetSmartURL( sPath); in SaveGraphic()
520 sGrfPath = aPath.GetPath(); in SaveGraphic()
/trunk/main/sal/osl/w32/
H A Dsignal.cxx116 ::osl::LongPathBuffer< sal_Char > aPath( MAX_LONG_PATH ); in ReportCrash()
181 …if ( SearchPath( NULL, TEXT( "crashrep.exe" ), NULL, aPath.getBufSizeInSymbols(), aPath, &lpFilePa… in ReportCrash()
189 static_cast<sal_Char*>( aPath ), in ReportCrash()
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx480 sal_Unicode* _rmlastpathtoken(sal_Unicode* aPath) in _rmlastpathtoken() argument
488 sal_Unicode* p = ustrtoend(aPath) - 2; in _rmlastpathtoken()
492 while ((p > aPath) && (*p != UNICHAR_SLASH)) in _rmlastpathtoken()
495 if (p >= aPath) in _rmlastpathtoken()
508 return aPath; in _rmlastpathtoken()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2089 rtl::OUString aPath; in ensuredir() local
2097 aPath = rUnqPath; in ensuredir()
2102 osl::Directory aDirectory( aPath ); in ensuredir()
2109 nError = osl::Directory::create( aPath ); in ensuredir()
2112 notifyInsert( getContentEventListeners( getParentName( aPath ) ),aPath ); in ensuredir()
2120 if ( aParentDir != aPath ) in ensuredir()
2123 getParentName( aPath ), in ensuredir()
2130 nError = osl::Directory::create( aPath ); in ensuredir()
2133 notifyInsert( getContentEventListeners( getParentName( aPath ) ),aPath ); in ensuredir()
2279 rtl::OUString aPath = it->first; in commit() local
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx810 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in InsertLib() local
811 if ( aPath.Len() ) in InsertLib()
813 xFP->setDisplayDirectory( aPath ); in InsertLib()
1297 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsPackage() local
1298 if ( aPath.Len() ) in ExportAsPackage()
1300 xFP->setDisplayDirectory( aPath ); in ExportAsPackage()
1423 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsBasic() local
1424 if( !aPath.Len() ) in ExportAsBasic()
1425 aPath = SvtPathOptions().GetWorkPath(); in ExportAsBasic()
1428 xFolderPicker->setDisplayDirectory( aPath ); in ExportAsBasic()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx4108 Polygon aPath; in Move() local
4109 aStroke.getPath( aPath ); in Move()
4111 aStroke.setPath( aPath ); in Move()
4131 aFill.getPath( aPath ); in Move()
4133 aFill.setPath( aPath ); in Move()
4163 Polygon aPath; in Scale() local
4164 aStroke.getPath( aPath ); in Scale()
4166 aStroke.setPath( aPath ); in Scale()
4173 PolyPolygon aPath; in Scale() local
4174 aFill.getPath( aPath ); in Scale()
[all …]

Completed in 210 milliseconds

12345678