Home
last modified time | relevance | path

Searched refs:pPaths (Results 1 – 6 of 6) sorted by relevance

/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx231 …NSArray* pPaths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, true… in getPropertyValue() local
232 if( pPaths && [pPaths count] > 0 ) in getPropertyValue()
234 aDocDir = GetOUString( [pPaths objectAtIndex: 0] ); in getPropertyValue()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx473 PrinterGfx::DrawPolyPolygon (sal_uInt32 nPoly, const sal_uInt32* pSizes, const Point** pPaths ) in DrawPolyPolygon() argument
476 if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygon()
487 PSBinMoveTo( pPaths[i][0], aPoint, nColumn ); in DrawPolyPolygon()
489 PSBinLineTo( pPaths[i][n], aPoint, nColumn ); in DrawPolyPolygon()
490 if( pPaths[i][0] != pPaths[i][pSizes[i]-1] ) in DrawPolyPolygon()
491 PSBinLineTo( pPaths[i][0], aPoint, nColumn ); in DrawPolyPolygon()
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx366 char** pPaths = XGetFontPath( pDisplay, &nPaths ); in FillFontPathList() local
371 OString aPath( pPaths[i] ); in FillFontPathList()
388 XFreeFontPath( pPaths ); in FillFontPathList()
/trunk/main/svx/source/form/
H A Dfmexch.cxx281 const ::com::sun::star::uno::Sequence<sal_uInt32>* pPaths = m_aControlPaths.getConstArray(); in buildListFromPath() local
284 sal_Int32 nThisPatLength = pPaths[i].getLength(); in buildListFromPath()
285 const sal_uInt32* pThisPath = pPaths[i].getConstArray(); in buildListFromPath()
/trunk/main/cui/source/options/
H A Doptpath.cxx764 const ::rtl::OUString* pPaths = aPathSeq.getConstArray(); in GetPathList() local
770 _rInternalPath += String( pPaths[i] ); in GetPathList()
780 const ::rtl::OUString* pPaths = aPathSeq.getConstArray(); in GetPathList() local
786 _rUserPath += String( pPaths[i] ); in GetPathList()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx673 const rtl::OUString *pPaths = aPaths.getConstArray(); in _CreateDicList() local
676 const sal_Bool bIsWriteablePath = (pPaths[i] == aWriteablePath); in _CreateDicList()
677 SearchForDictionaries( aDicList, pPaths[i], bIsWriteablePath ); in _CreateDicList()

Completed in 37 milliseconds