Home
last modified time | relevance | path

Searched refs:nSpace (Results 1 – 25 of 62) sorted by last modified time

123

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3688 long nSpace = aCtrlParentWin.GetSizePixel().Width(); in AdjustScrolling() local
3691 sal_Bool bEnable = nWidth > nSpace; in AdjustScrolling()
3699 else if((aActivePos.X() + pActiveCtrl->GetSizePixel().Width()) > nSpace) in AdjustScrolling()
3700 nMove = -(aActivePos.X() + pActiveCtrl->GetSizePixel().Width() - nSpace); in AdjustScrolling()
3705 aRightScrollWin.Enable((pCtrl->GetPosPixel().X() + pCtrl->GetSizePixel().Width()) > nSpace); in AdjustScrolling()
3728 const long nSpace = aCtrlParentWin.GetSizePixel().Width(); in IMPL_LINK() local
3732 sMessage += String::CreateFromInt32(nSpace); in IMPL_LINK()
3776 if(nXPos <= nSpace) in IMPL_LINK()
3782 nMove = nSpace - pRight->GetPosPixel().X() - pRight->GetSizePixel().Width(); in IMPL_LINK()
3802 aRightScrollWin.Enable((pCtrl->GetPosPixel().X() + pCtrl->GetSizePixel().Width()) > nSpace); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2338 bool SwWW8ImplReader::SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper ) in SetSpacing() argument
2350 aUL.SetUpper( static_cast< sal_uInt16 >(nSpace) ); in SetSpacing()
2352 aUL.SetLower( static_cast< sal_uInt16 >(nSpace) ); in SetSpacing()
2364 bool SwWW8ImplReader::SetLowerSpacing(SwPaM &rMyPam, int nSpace) in SetLowerSpacing() argument
2366 return SetSpacing(rMyPam, nSpace, false); in SetLowerSpacing()
2369 bool SwWW8ImplReader::SetUpperSpacing(SwPaM &rMyPam, int nSpace) in SetUpperSpacing() argument
2371 return SetSpacing(rMyPam, nSpace, true); in SetUpperSpacing()
H A Dww8par.hxx1542 bool SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper);
1543 bool SetUpperSpacing(SwPaM &pMyPam, int nSpace);
1544 bool SetLowerSpacing(SwPaM &rMyPam, int nSpace);
H A Dww8atr.cxx4373 sal_uInt16 nSpace = rColumns[0]->GetRight() + rColumns[1]->GetLeft(); in FormatColumns_Impl()
4376 short nDiff = nSpace - ( rColumns[n - 1]->GetRight() in FormatColumns_Impl()
4513 void WW8AttributeOutput::ParaLineSpacing_Impl( short nSpace, short nMulti ) in ParaLineSpacing_Impl() argument
4521 m_rWW8Export.InsUInt16( nSpace ); in ParaLineSpacing_Impl()
4527 short nSpace = 240, nMulti = 0; in ParaLineSpacing() local
4543 nSpace = (short)rSpacing.GetInterLineSpace(); in ParaLineSpacing()
4565 nSpace = nSpace + (short)( AttrSetToLineHeight( *GetExport().pDoc, in ParaLineSpacing()
4571 nSpace = (short)( ( 240L * rSpacing.GetPropLineSpace() ) / 100L ); in ParaLineSpacing()
4576 nSpace = -(short)rSpacing.GetLineHeight(); in ParaLineSpacing()
4578 nSpace = (short)rSpacing.GetLineHeight(); in ParaLineSpacing()
[all …]
H A Ddocxattributeoutput.cxx2786 void DocxAttributeOutput::ParaLineSpacing_Impl( short nSpace, short /*nMulti*/ ) in ParaLineSpacing_Impl() argument
2791 if ( nSpace < 0 ) in ParaLineSpacing_Impl()
2794 … m_pSpacingAttrList->add( FSNS( XML_w, XML_line ), OString::valueOf( sal_Int32( -nSpace ) ) ); in ParaLineSpacing_Impl()
2796 else if ( nSpace > 0 ) in ParaLineSpacing_Impl()
2799 m_pSpacingAttrList->add( FSNS( XML_w, XML_line ), OString::valueOf( sal_Int32( nSpace ) ) ); in ParaLineSpacing_Impl()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2506 long nSpace = mnMaxTextWidth - nTextWidth; in CreateLines() local
2507 if ( nSpace > 0 ) in CreateLines()
2510 pLine->SetStartX( (sal_uInt16)(nSpace / 2) ); in CreateLines()
2512 pLine->SetStartX( (sal_uInt16)nSpace ); in CreateLines()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx49 extern void GetLineIndex(SvxBoxItem &rBox, short nLineThickness, short nSpace, sal_uInt8 nCol, shor…
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1066 long nSpace=aBndR2.Left()-aBndR1.Right(); // verfuegbarer Platz in ImpCalcEdgeTrack() local
1067 long nGet1=BigMulDiv(nWant1,nSpace,nWant1+nWant2); in ImpCalcEdgeTrack()
1068 long nGet2=nSpace-nGet1; in ImpCalcEdgeTrack()
1126 long nSpace=aBndR2.Top()-aBndR1.Bottom(); // verfuegbarer Platz in ImpCalcEdgeTrack() local
1127 long nGet1=BigMulDiv(nWant1,nSpace,nWant1+nWant2); in ImpCalcEdgeTrack()
1128 long nGet2=nSpace-nGet1; in ImpCalcEdgeTrack()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1141 xub_StrLen nSpace = nNext; in lcl_GetFixed() local
1142 while ( nSpace > nStart && pStr[nSpace-1] == ' ' ) in lcl_GetFixed()
1143 --nSpace; in lcl_GetFixed()
1145 rbIsQuoted = (pStr[nStart] == sal_Unicode('"') && pStr[nSpace-1] == sal_Unicode('"')); in lcl_GetFixed()
1147 return rLine.Copy(nStart+1, nSpace-nStart-2); in lcl_GetFixed()
1149 return rLine.Copy(nStart, nSpace-nStart); in lcl_GetFixed()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx827 void SetIconHorzSpace( long nSpace ) in SetIconHorzSpace() argument
828 { CopyData(); mpData->mnIconHorzSpace = nSpace; } in SetIconHorzSpace()
831 void SetIconVertSpace( long nSpace ) in SetIconVertSpace() argument
832 { CopyData(); mpData->mnIconVertSpace = nSpace; } in SetIconVertSpace()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1334 nSpace = nTopBorderWidth; in GetTopCellSpace()
1338 nSpace < MIN_BORDER_DIST ) in GetTopCellSpace()
1345 nSpace = MIN_BORDER_DIST; in GetTopCellSpace()
1348 return nSpace; in GetTopCellSpace()
1358 nSpace = nSpace + nBorder; in GetBottomCellSpace()
1374 nSpace = nBorderWidth; in GetBottomCellSpace()
1385 nSpace = MIN_BORDER_DIST; in GetBottomCellSpace()
1389 return nSpace; in GetBottomCellSpace()
3797 if( nSpace ) in BuildTableCell()
3800 if( nSpace ) in BuildTableCell()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2112 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos()
2117 nSpace = 0; in implts_getDockingAreaElementInfos()
2170 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos()
2175 nSpace = 0; in implts_getDockingAreaElementInfos()
2267 sal_Int32 nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol() local
2274 rRowColumnWindowData.nSpace += nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol()
2276 nSpace = 0; in implts_getDockingAreaElementInfoOnSingleRowCol()
2293 rRowColumnWindowData.nSpace += nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol()
2295 nSpace = 0; in implts_getDockingAreaElementInfoOnSingleRowCol()
2377 sal_Int32 nSpace( 0 ); in implts_determineFrontDockingRect() local
[all …]
H A Dtoolbarlayoutmanager.hxx199 SingleRowColumnWindowData() : nVarSize( 0 ), nStaticSize( 0 ), nSpace( 0 ) {} in SingleRowColumnWindowData()
208 … sal_Int32 nSpace; member
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx3589 SwTwips nSpace = 0; in ShouldBwdMoved() local
3623 nSpace = nTmpSpace; in ShouldBwdMoved()
3628 nSpace += pNewUpper->Grow( LONG_MAX, sal_True ); in ShouldBwdMoved()
3639 else if ( !bLockBackMove && nSpace > 0 ) in ShouldBwdMoved()
3660 return nTmpHeight <= nSpace; in ShouldBwdMoved()
H A Dcalcmove.cxx135 SwTwips nSpace = 0; in ShouldBwdMoved() local
178 nSpace = (aRect.*fnRectX->fnGetHeight)(); in ShouldBwdMoved()
187 nSpace += pNewUpper->Grow( LONG_MAX, sal_True ); in ShouldBwdMoved()
191 if ( nSpace ) in ShouldBwdMoved()
227 if ( nSpace ) in ShouldBwdMoved()
1884 sal_Bool SwCntntFrm::_WouldFit( SwTwips nSpace, in _WouldFit() argument
1914 SwTwips nOldSpace = nSpace; in _WouldFit()
2012 nSpace -= nUpper; in _WouldFit()
2014 if ( nSpace < 0 ) in _WouldFit()
2045 nSpace -= rAttrs.GetULSpace().GetLower(); in _WouldFit()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx915 sal_Int32 nSpace = rFrmSize.GetWidth() * 100 / rFrmSize.GetWidthPercent(); in Reset() local
916 aWidthED. SetRefValue( nSpace ); in Reset()
922 sal_Int32 nSpace = rFrmSize.GetHeight() * 100 / rFrmSize.GetHeightPercent(); in Reset() local
923 aHeightED.SetRefValue( nSpace ); in Reset()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx259 nSpace = nSpace + nBorder; in GetLeftCellSpace()
262 nSpace = nLeftBorderWidth; in GetLeftCellSpace()
268 if( nSpace < nBorderWidth ) in GetLeftCellSpace()
269 nSpace = nBorderWidth; in GetLeftCellSpace()
272 nSpace < MIN_BORDER_DIST ) in GetLeftCellSpace()
279 nSpace = MIN_BORDER_DIST; in GetLeftCellSpace()
283 return nSpace; in GetLeftCellSpace()
295 nSpace = nRightBorderWidth; in GetRightCellSpace()
298 nSpace < MIN_BORDER_DIST ) in GetRightCellSpace()
305 nSpace = MIN_BORDER_DIST; in GetRightCellSpace()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DSectionColumnHandler.cxx43 nSpace( 0 ), in SectionColumnHandler()
69 nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
86 aTempColumn.nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
103 aTempColumn.nWidth = aTempColumn.nSpace = 0; in lcl_sprm()
H A DSectionColumnHandler.hxx39 sal_Int32 nSpace; member
46 sal_Int32 nSpace; member in writerfilter::dmapper::SectionColumnHandler
62 sal_Int32 GetSpace() const { return nSpace; } in GetSpace()
H A DDomainMapper.cxx3997 if ((tmpIter != pSectHdl->GetColumns().end() - 1) || (tmpIter->nSpace > 0)) in sprmWithProps()
3998 pSectionContext->AppendColumnSpacing( tmpIter->nSpace ); in sprmWithProps()
/trunk/main/vcl/source/control/
H A Dscrbar.cxx247 const long nSpace = maTrackRect.Right() - maTrackRect.Left(); in ImplUpdateRects() local
248 if ( nSpace > 0 ) in ImplUpdateRects()
251 maPage1Rect.Right() = maTrackRect.Left() + (nSpace/2); in ImplUpdateRects()
258 const long nSpace = maTrackRect.Bottom() - maTrackRect.Top(); in ImplUpdateRects() local
259 if ( nSpace > 0 ) in ImplUpdateRects()
262 maPage1Rect.Bottom() = maTrackRect.Top() + (nSpace/2); in ImplUpdateRects()
/trunk/main/tools/source/generic/
H A Dpoly.cxx239 void ImplPolygon::ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly ) in ImplSplit() argument
241 const sal_uIntPtr nSpaceSize = nSpace * sizeof( Point ); in ImplSplit()
244 if (mnPoints + nSpace > USHRT_MAX) in ImplSplit()
247 const sal_uInt16 nNewSize = mnPoints + nSpace; in ImplSplit()
260 memcpy( mpFlagAry + nPos, pInitPoly->mpFlagAry, nSpace ); in ImplSplit()
266 const sal_uInt16 nSecPos = nPos + nSpace; in ImplSplit()
289 memcpy( pNewFlagAry + nPos, pInitPoly->mpFlagAry, nSpace ); in ImplSplit()
291 memset( pNewFlagAry + nPos, 0, nSpace ); in ImplSplit()
/trunk/main/tools/inc/
H A Dpoly.h58 void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly = NULL );
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx243 sal_Int32 nSpace = 0; in getSpaceBefore() local
244 …rops->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaTopMargin") ) ) >>= nSpace; in getSpaceBefore()
245 return (float)( Millimeter::getInPoints( nSpace ) ); in getSpaceBefore()
250 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceBefore() local
251 …ertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaTopMargin") ), uno::makeAny( nSpace ) ); in setSpaceBefore()
256 sal_Int32 nSpace = 0; in getSpaceAfter() local
257 …s->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaBottomMargin") ) ) >>= nSpace; in getSpaceAfter()
258 return (float)( Millimeter::getInPoints( nSpace ) ); in getSpaceAfter()
263 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceAfter() local
264 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaBottomMargin") ), uno::makeAny( nSpace ) ); in setSpaceAfter()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx98 nSpace(0), in SwTableRep()

Completed in 289 milliseconds

123