Home
last modified time | relevance | path

Searched refs:bRel (Results 1 – 23 of 23) sorted by path

/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dtype_misc.hxx54 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()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx69 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()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1373 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()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx374 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 );
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx966 OUString lclCreateNlr( const OUString& rData, bool bRel = true ) in lclCreateNlr() argument
969 if( !bRel ) aNlr.append( OOX_DUMP_ADDRABS ); in lclCreateNlr()
H A Ddumperbase.cxx475 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()
/trunk/main/oox/source/xls/
H A Ddefnamesbuffer.cxx172 … 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 Dformulaparser.cxx2640 bool bRel = getFlag( nCount, BIFF_TOK_NLR_ADDREL ); in readNlrSRangeAddData() local
2666 orNlr.mbRel = bRel; in readNlrSRangeAddData()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4128 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()
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx411 bool bRel; in XclExpHyperlink() local
412 String aFileName( BuildFileName( nLevel, bRel, rUrl, rRoot ) ); in XclExpHyperlink()
414 if( !bRel ) in XclExpHyperlink()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect()
1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect()
/trunk/main/svx/inc/svx/
H A Druler.hxx262 void SetTabsRelativeToIndent( sal_Bool bRel = sal_True );
H A Dsxcecitm.hxx59 SdrCaptionEscIsRelItem(sal_Bool bRel=sal_True): SdrYesNoItem(SDRATTR_CAPTIONESCISREL,bRel) {} in SdrCaptionEscIsRelItem() argument
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx3968 void SvxRuler::SetTabsRelativeToIndent( sal_Bool bRel ) in SetTabsRelativeToIndent() argument
3970 pRuler_Imp->bIsTabsRelativeToIndent = bRel; in SetTabsRelativeToIndent()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1397 sal_Bool bRel; in WriteData() local
1411 bRel = sal_False; in WriteData()
1416bRel = ( ( 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()
1426bRel = ( ( 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()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx791 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()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx411 sal_uInt16 nWidth, sal_Bool bRel ) in MergeCellWidthOption() argument
414 (bRel==bRelWidthOption && nWidthOption < nWidth) ) in MergeCellWidthOption()
417 bRelWidthOption = bRel; in MergeCellWidthOption()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1725 sal_Bool bRel = bUseRelWidth && in SetWidths() local
1727 aFrmSize.SetWidthPercent( (sal_uInt8)(bRel ? nWidthOption : 0) ); in SetWidths()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx99 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()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx206 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,
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx767 …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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx223 bool bRel; in WriteHyperlinkWithinFly() local
224 String aFileName( BuildFileName( nLevel, bRel, rUrl )); in WriteHyperlinkWithinFly()
226 if( !bRel ) in WriteHyperlinkWithinFly()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx1300 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()

Completed in 258 milliseconds