Searched refs:rReturn (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/xmloff/source/forms/ |
H A D | formenums.cxx | 80 if (!rReturn) in getEnumMap() 95 rReturn = aSubmitEncodingMap; in getEnumMap() 107 rReturn = aSubmitMethodMap; in getEnumMap() 120 rReturn = aCommandTypeMap; in getEnumMap() 189 rReturn = aCheckStateMap; in getEnumMap() 203 rReturn = aTextAlignMap; in getEnumMap() 222 rReturn = aBorderTypeMap; in getEnumMap() 237 rReturn = aFontEmphasisMap; in getEnumMap() 250 rReturn = aFontReliefMap; in getEnumMap() 262 rReturn = aListLinkageMap; in getEnumMap() [all …]
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | localfilehelper.cxx | 49 rReturn = ::rtl::OUString(); in ConvertSystemPathToURL() 56 rReturn = aRet; in ConvertSystemPathToURL() 72 return ( rReturn.Len() != 0 ); in ConvertSystemPathToURL() 77 rReturn = ::rtl::OUString(); in ConvertURLToSystemPath() 83 rReturn = aRet; in ConvertURLToSystemPath() 98 return ( rReturn.Len() != 0 ); in ConvertURLToSystemPath() 103 rReturn = ::rtl::OUString(); in ConvertPhysicalNameToURL() 109 rReturn = aRet; in ConvertPhysicalNameToURL() 126 return ( rReturn.Len() != 0 ); in ConvertPhysicalNameToURL() 131 rReturn = ::rtl::OUString(); in ConvertURLToPhysicalName() [all …]
|
/aoo42x/main/l10ntools/source/ |
H A D | merge.cxx | 60 sal_Bool PFormEntrys::GetTransex3Text( ByteString &rReturn, in GetTransex3Text() argument 63 sal_Bool rc = GetText( rReturn , nTyp , nLangIndex , bDel ); in GetTransex3Text() 64 ByteString test( rReturn ); in GetTransex3Text() 65 for( sal_uInt16 idx = 0; idx < rReturn.Len(); idx++ ) in GetTransex3Text() 67 if( rReturn.GetChar( idx ) == '\"' && ( idx >= 1 ) && rReturn.GetChar( idx-1 ) == '\\' ) in GetTransex3Text() 69 rReturn.Erase( idx-1 , 1 ); in GetTransex3Text() 77 sal_Bool PFormEntrys::GetText( ByteString &rReturn, in GetText() argument 84 rReturn = sText[ nLangIndex ]; in GetText() 91 rReturn = sHelpText; in GetText() 94 rReturn = sQuickHelpText[ nLangIndex ]; in GetText() [all …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 229 const Rectangle& rOverlayRect, BitmapEx& rReturn ) in mergeBitmaps_Impl() argument 237 if( !rReturn.IsEmpty() ) in mergeBitmaps_Impl() 238 rReturn.SetEmpty(); in mergeBitmaps_Impl() 247 rReturn = rBmpEx; in mergeBitmaps_Impl() 257 rReturn = aBmp; in mergeBitmaps_Impl() 274 rReturn = BitmapEx( aBmp, aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in mergeBitmaps_Impl() 279 return !rReturn.IsEmpty(); in mergeBitmaps_Impl()
|
H A D | graphhelp.hxx | 36 const Rectangle& rOverlayRect, BitmapEx& rReturn );
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | localfilehelper.hxx | 43 static sal_Bool ConvertPhysicalNameToURL( const String& rName, String& rReturn ); 44 …ic sal_Bool ConvertSystemPathToURL( const String& rName, const String& rBaseURL, String& rReturn ); 52 static sal_Bool ConvertURLToPhysicalName( const String& rName, String& rReturn ); 53 static sal_Bool ConvertURLToSystemPath( const String& rName, String& rReturn );
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 788 void appendAndCloseBezierCoords( drawing::PolyPolygonBezierCoords& rReturn, const drawing::PolyPoly… in appendAndCloseBezierCoords() argument 796 sal_Int32 nOldCount = rReturn.Coordinates[0].getLength(); in appendAndCloseBezierCoords() 798 rReturn.Coordinates[0].realloc(nOldCount+nAddCount+1); in appendAndCloseBezierCoords() 799 rReturn.Flags[0].realloc(nOldCount+nAddCount+1); in appendAndCloseBezierCoords() 804 rReturn.Coordinates[0][nOldCount+nN] = rAdd.Coordinates[0][nAdd]; in appendAndCloseBezierCoords() 805 rReturn.Flags[0][nOldCount+nN] = rAdd.Flags[0][nAdd]; in appendAndCloseBezierCoords() 809 rReturn.Coordinates[0][nOldCount+nAddCount] = rReturn.Coordinates[0][0]; in appendAndCloseBezierCoords() 810 rReturn.Flags[0][nOldCount+nAddCount] = rReturn.Flags[0][0]; in appendAndCloseBezierCoords()
|
/aoo42x/main/l10ntools/inc/ |
H A D | export.hxx | 431 …sal_Bool GetText( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDe… 432 …sal_Bool GetTransex3Text( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_…
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 100 sal_Bool ParseDouble( const sal_Unicode*& rpDoubleAsString, double& rReturn ); 455 static sal_Bool ParseString( const STRING& rComplexAsString, Complex& rReturn );
|
Completed in 63 milliseconds