| /trunk/main/vcl/unx/generic/app/ |
| H A D | saldisp.cxx | 1763 XLIB_Cursor &aCur = aPointerCache_[ePointerStyle]; in GetPointer() local 1765 if( aCur != None ) in GetPointer() 1766 return aCur; in GetPointer() 1777 aCur = XCreateFontCursor( pDisp_, XC_left_ptr ); in GetPointer() 1778 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer() 1781 aCur = XCreateFontCursor( pDisp_, XC_watch ); in GetPointer() 1784 aCur = XCreateFontCursor( pDisp_, XC_xterm ); in GetPointer() 1785 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer() 1788 aCur = XCreateFontCursor( pDisp_, XC_question_arrow ); in GetPointer() 1789 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); 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
|