Searched refs:aCur (Results 1 – 13 of 13) sorted by relevance
/trunk/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 1765 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/l10ntools/source/ |
H A D | localize.cxx | 201 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/gdi/ |
H A D | dtint.cxx | 74 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/cui/source/dialogs/ |
H A D | multifil.cxx | 88 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/sc/source/core/data/ |
H A D | cell2.cxx | 247 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/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 292 TimeValue aCur; in createSpoolDir() local 293 osl_getSystemTime( &aCur ); in createSpoolDir() 294 sal_Int32 nRand = aCur.Seconds ^ (aCur.Nanosec/1000); in createSpoolDir()
|
/trunk/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 134 …x::XDocumentHandler > xFilter = new SwXMLTextBlockImport( xServiceFactory, *this, aCur, sal_True ); in GetDoc() 159 MakeBlockText(aCur); in GetDoc()
|
H A D | SwXMLTextBlocks.cxx | 610 aCur = rText; in PutText()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 286 void OLEVariant::setCurrency(double aCur) in setCurrency() argument 292 set(aCur*10000); in setCurrency()
|
/trunk/main/sw/source/core/inc/ |
H A D | swblocks.hxx | 72 String aCur; // aktueller Text member in SwImpBlocks
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 112 void setCurrency(double aCur) ;
|
/trunk/main/tools/source/fsys/ |
H A D | dirent.cxx | 1917 DirEntry aCur; in ToRel() local 1918 aCur.ToAbs(); in ToRel() 1919 return ImpToRel( aCur.GetFull( FSYS_STYLE_HPFS ) ); in ToRel()
|
/trunk/main/filter/source/pdf/ |
H A D | pdffilter.cxx | 180 FocusWindowWaitCursor aCur; in filter() local
|
Completed in 88 milliseconds