Home
last modified time | relevance | path

Searched refs:aCur (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/tools/source/fsys/
H A Ddirent.cxx1917 DirEntry aCur; in ToRel() local
1918 aCur.ToAbs(); in ToRel()
1919 return ImpToRel( aCur.GetFull( FSYS_STYLE_HPFS ) ); in ToRel()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx201 DirEntry aCur; in GetProjectName() local
202 aCur.ToAbs(); in GetProjectName()
204 for ( ; ! bFound && aCur.Level() > 1; aCur.CutName() ) in GetProjectName()
206 DirEntry aTest = aCur + DirEntry(PRJ_DIR_NAME) + DirEntry(DLIST_NAME); in GetProjectName()
210 return ByteString( aCur.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetProjectName()
212 return ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ); in GetProjectName()
229 DirEntry aCur; in GetProjectRootRel() local
230 aCur.ToAbs(); in GetProjectRootRel()
231 ByteString sCur( aCur.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetProjectRootRel()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1765 XLIB_Cursor &aCur = aPointerCache_[ePointerStyle]; in GetPointer() local
1767 if( aCur != None ) in GetPointer()
1768 return aCur; in GetPointer()
1783 aCur = XCreateFontCursor( pDisp_, XC_watch ); in GetPointer()
1786 aCur = XCreateFontCursor( pDisp_, XC_xterm ); in GetPointer()
1872 aCur = XCreateFontCursor( pDisp_, XC_hand1 ); in GetPointer()
1876 aCur = XCreateFontCursor( pDisp_, XC_hand2 ); in GetPointer()
1885 aCur = XCreateFontCursor( pDisp_, XC_fleur ); in GetPointer()
2090 if( None == aCur ) in GetPointer()
2098 aCur = XCreatePixmapCursor( pDisp_, in GetPointer()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx292 TimeValue aCur; in createSpoolDir() local
293 osl_getSystemTime( &aCur ); in createSpoolDir()
294 sal_Int32 nRand = aCur.Seconds ^ (aCur.Nanosec/1000); in createSpoolDir()
/trunk/main/vcl/unx/generic/gdi/
H A Ddtint.cxx74 oslSecurity aCur = osl_getCurrentSecurity(); in DtIntegrator() local
75 if( aCur ) in DtIntegrator()
77 osl_getHomeDir( aCur, &aDir.pData ); in DtIntegrator()
78 osl_freeSecurityHandle( aCur ); in DtIntegrator()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx610 aCur = rText; in PutText()
H A DSwXMLTextBlocks1.cxx134 …x::XDocumentHandler > xFilter = new SwXMLTextBlockImport( xServiceFactory, *this, aCur, sal_True ); in GetDoc()
159 MakeBlockText(aCur); in GetDoc()
/trunk/main/sw/source/core/inc/
H A Dswblocks.hxx72 String aCur; // aktueller Text member in SwImpBlocks
/trunk/main/sc/source/core/data/
H A Dcell2.cxx247 deque<ScToken*>::const_iterator aCur(aBegin); in lcl_checkRangeDimensions() local
248 ++aCur; in lcl_checkRangeDimensions()
252 const SingleDoubleRefProvider aRefCur(**aCur); in lcl_checkRangeDimensions()
255 while (bOk && aCur != aEnd) in lcl_checkRangeDimensions()
257 const SingleDoubleRefProvider aRefCur(**aCur); in lcl_checkRangeDimensions()
263 ++aCur; in lcl_checkRangeDimensions()
266 if (bOk && aCur == aEnd) in lcl_checkRangeDimensions()
/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx180 FocusWindowWaitCursor aCur; in filter() local
/trunk/main/cui/source/dialogs/
H A Dmultifil.cxx88 std::map< String, ::ucbhelper::Content >::iterator aCur = aFileContentMap.find( sVFile ); in IMPL_LINK() local
89 … if( aCur == aFileContentMap.end() ) // look for File Content in aFileContentMap, but not find it. in IMPL_LINK()
96 VContent = aCur->second; in IMPL_LINK()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx112 void setCurrency(double aCur) ;
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx286 void OLEVariant::setCurrency(double aCur) in setCurrency() argument
292 set(aCur*10000); in setCurrency()

Completed in 128 milliseconds