/aoo41x/main/bridges/inc/bridges/cpp_uno/ |
H A D | type_misc.hxx | 54 bool bRel = cppu_relatesToInterface( pTD ); in cppu_relatesToInterface() local 56 return bRel; in cppu_relatesToInterface() 83 bool bRel = cppu_relatesToInterface( pTD ); in cppu_relatesToInterface() local 85 if (bRel) in cppu_relatesToInterface()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1397 sal_Bool bRel; in WriteData() local 1411 bRel = sal_False; in WriteData() 1416 …bRel = ( ( aPath.Erase( sal::static_int_cast< xub_StrLen >( aRelURL1.GetMainURL( INetURLObject::NO… in WriteData() 1418 …if( bRel && ( pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ).getLength() > ( aRelURL1.GetMainUR… in WriteData() 1426 …bRel = ( ( aPath.Erase( sal::static_int_cast< xub_StrLen >( aRelURL2.GetMainURL( INetURLObject::NO… in WriteData() 1428 …if( bRel && ( pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ).getLength() > ( aRelURL2.GetMainUR… in WriteData() 1439 …rOStm << bRel << ByteString( aPath, RTL_TEXTENCODING_UTF8 ) << pObj->nOffset << (sal_uInt16) pObj-… in WriteData() 1497 sal_Bool bRel; in ReadData() local 1517 rIStm >> bRel >> aTempFileName >> pObj->nOffset; in ReadData() 1522 if( bRel ) in ReadData()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 99 sal_Bool bRel, sal_uInt16 nNumOfRowsToRepeat, 111 sal_uInt32 nBWidth, sal_Bool bRel, sal_uInt16 nNumOfRowsToRepeat, in SwHTMLWrtTable() argument 113 : SwWriteTable( rLines, nWidth, nBWidth, bRel, MAX_DEPTH, nLSub, nRSub, nNumOfRowsToRepeat ) in SwHTMLWrtTable() 848 sal_Bool bRel; in Write() local 851 bRel = pColumn->HasRelWidthOpt(); in Write() 856 bRel = HasRelWidths(); in Write() 857 nWidth = bRel ? GetRelWidth(nCol,1) : GetAbsWidth(nCol,1); in Write() 861 if( bRel ) in Write()
|
/aoo41x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 69 bool bRel = relatesToInterface( pTD ); in relatesToInterface() local 71 return bRel; in relatesToInterface() 99 bool bRel = relatesToInterface( pTD ); in relatesToInterface() local 101 if (bRel) in relatesToInterface()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 206 void SetWidthOpt( sal_uInt32 nWidth, sal_Bool bRel ) in SetWidthOpt() argument 208 nWidthOpt = nWidth; bRelWidthOpt = bRel; in SetWidthOpt() 317 sal_Bool bRel, sal_uInt16 nMaxDepth = USHRT_MAX,
|
/aoo41x/main/svx/inc/svx/ |
H A D | sxcecitm.hxx | 59 SdrCaptionEscIsRelItem(sal_Bool bRel=sal_True): SdrYesNoItem(SDRATTR_CAPTIONESCISREL,bRel) {} in SdrCaptionEscIsRelItem() argument
|
H A D | ruler.hxx | 262 void SetTabsRelativeToIndent( sal_Bool bRel = sal_True );
|
/aoo41x/main/sw/inc/ |
H A D | htmltbl.hxx | 411 sal_uInt16 nWidth, sal_Bool bRel ) in MergeCellWidthOption() argument 414 (bRel==bRelWidthOption && nWidthOption < nWidth) ) in MergeCellWidthOption() 417 bRelWidthOption = bRel; in MergeCellWidthOption()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 1300 sal_Bool bRel = sal_False; in ConvertURIToOASIS() local 1317 bRel = sal_True; in ConvertURIToOASIS() 1327 bRel = sal_True; in ConvertURIToOASIS() 1340 bRel = sal_False; in ConvertURIToOASIS() 1352 if( bRel ) in ConvertURIToOASIS()
|
/aoo41x/main/oox/source/xls/ |
H A D | defnamesbuffer.cxx | 172 … sal_Int32& ornAbsPos, sal_Int32& ornRelPos, sal_Int32 nBasePos, sal_Int32 nApiRelFlag, bool bRel ) in lclConvertRefFlags() argument 174 if( getFlag( ornFlags, nApiRelFlag ) && !bRel ) in lclConvertRefFlags() 180 else if( !getFlag( ornFlags, nApiRelFlag ) && bRel ) in lclConvertRefFlags()
|
H A D | formulaparser.cxx | 2640 bool bRel = getFlag( nCount, BIFF_TOK_NLR_ADDREL ); in readNlrSRangeAddData() local 2666 orNlr.mbRel = bRel; in readNlrSRangeAddData()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 475 void StringHelper::appendAddrCol( OUStringBuffer& rStr, sal_Int32 nCol, bool bRel ) in appendAddrCol() argument 477 if( !bRel ) rStr.append( OOX_DUMP_ADDRABS ); in appendAddrCol() 483 void StringHelper::appendAddrRow( OUStringBuffer& rStr, sal_Int32 nRow, bool bRel ) in appendAddrRow() argument 485 if( !bRel ) rStr.append( OOX_DUMP_ADDRABS ); in appendAddrRow() 489 …ngHelper::appendAddrName( OUStringBuffer& rStr, sal_Unicode cPrefix, sal_Int32 nColRow, bool bRel ) in appendAddrName() argument 492 if( bRel && (nColRow != 0) ) in appendAddrName() 498 else if( !bRel ) in appendAddrName()
|
H A D | biffdumper.cxx | 966 OUString lclCreateNlr( const OUString& rData, bool bRel = true ) in lclCreateNlr() argument 969 if( !bRel ) aNlr.append( OOX_DUMP_ADDRABS ); in lclCreateNlr()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 411 bool bRel; in XclExpHyperlink() local 412 String aFileName( BuildFileName( nLevel, bRel, rUrl, rRoot ) ); in XclExpHyperlink() 414 if( !bRel ) in XclExpHyperlink()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 791 FASTBOOL bRel=((const SdrCaptionEscIsRelItem*)pItem)->GetValue(); in IsItemIneffective() local 792 if (bRel && nWhich==SDRATTR_CAPTIONESCABS) return sal_True; in IsItemIneffective() 793 if (!bRel && nWhich==SDRATTR_CAPTIONESCREL) return sal_True; in IsItemIneffective()
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 767 …sal_uInt32 nBWidth, sal_Bool bRel, sal_uInt16 nMaxDepth, sal_uInt16 nLSub, sal_uInt16 nRSub, sal_u… in SwWriteTable() argument 770 nLeftSub(nLSub), nRightSub(nRSub), nTabWidth(nWidth), bRelWidths(bRel), in SwWriteTable()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect() 1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect()
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 374 static void appendAddrCol( ::rtl::OUStringBuffer& rStr, sal_Int32 nCol, bool bRel ); 375 static void appendAddrRow( ::rtl::OUStringBuffer& rStr, sal_Int32 nRow, bool bRel ); 376 … appendAddrName( ::rtl::OUStringBuffer& rStr, sal_Unicode cPrefix, sal_Int32 nColRow, bool bRel );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1721 sal_Bool bRel = bUseRelWidth && in SetWidths() local 1723 aFrmSize.SetWidthPercent( (sal_uInt8)(bRel ? nWidthOption : 0) ); in SetWidths()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 234 bool bRel; in WriteHyperlinkWithinFly() local 235 String aFileName( BuildFileName( nLevel, bRel, rUrl )); in WriteHyperlinkWithinFly() 237 if( !bRel ) in WriteHyperlinkWithinFly()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 1373 FASTBOOL bRel = sal_True; in FillItemSet_Impl() local 1378 bRel = sal_False; in FillItemSet_Impl() 1401 bRel != ( SFX_MAPUNIT_RELATIVE != pOldHeight->GetPropUnit() || 100 != pOldHeight->GetProp() ) ) in FillItemSet_Impl()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 3968 void SvxRuler::SetTabsRelativeToIndent( sal_Bool bRel ) in SetTabsRelativeToIndent() argument 3970 pRuler_Imp->bIsTabsRelativeToIndent = bRel; in SetTabsRelativeToIndent()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 4128 S lcl_adjval( S& n, T pos, T max, sal_Bool bRel ) in lcl_adjval() argument 4131 if( bRel ) in lcl_adjval() 4137 if( bRel ) in lcl_adjval()
|