Home
last modified time | relevance | path

Searched refs:rBlock (Results 1 – 14 of 14) sorted by relevance

/trunk/main/stoc/test/
H A Dtestconv.cxx632 const ConvBlock& rBlock = pTestBlocks[nPos]; in test_Conversion() local
633 const Any & rVal = rBlock._value; in test_Conversion()
635 convertTo( ::getCppuType( (const OUString *)0 ), rVal, rBlock._toString ); in test_Conversion()
636 convertTo( ::getCppuType( (const float *)0 ), rVal, rBlock._toFloat ); in test_Conversion()
637 convertTo( ::getCppuType( (const double *)0 ), rVal, rBlock._toDouble ); in test_Conversion()
638 convertTo( ::getCppuType( (const sal_uInt32 *)0 ), rVal, rBlock._toUINT32 ); in test_Conversion()
639 convertTo( ::getCppuType( (const sal_Int32 *)0 ), rVal, rBlock._toINT32 ); in test_Conversion()
641 convertTo( ::getCppuType( (const sal_Int16 *)0 ), rVal, rBlock._toINT16 ); in test_Conversion()
642 convertTo( ::getCppuType( (const sal_Int8 *)0 ), rVal, rBlock._toBYTE ); in test_Conversion()
643 convertTo( ::getBooleanCppuType(), rVal, rBlock._toBOOL ); in test_Conversion()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedglss.cxx97 sal_uInt16 SwEditShell::SaveGlossaryDoc( SwTextBlocks& rBlock, in SaveGlossaryDoc() argument
105 SwDoc* pGDoc = rBlock.GetDoc(); in SaveGlossaryDoc()
111 INetURLObject aURL( rBlock.GetFileName() ); in SaveGlossaryDoc()
114 rBlock.SetBaseURL( sBase ); in SaveGlossaryDoc()
142 nRet = rBlock.PutText( rShortName, rName, sBuf ); in SaveGlossaryDoc()
146 rBlock.ClearDoc(); in SaveGlossaryDoc()
147 if( rBlock.BeginPutDoc( rShortName, rName ) ) in SaveGlossaryDoc()
166 nRet = rBlock.PutDoc(); in SaveGlossaryDoc()
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx107 sal_Bool SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry, in InsertGlossary() argument
111 sal_uInt16 nIdx = rBlock.GetIndex( rEntry ); in InsertGlossary()
117 mbInsOnlyTxtGlssry = rBlock.IsOnlyTextBlock( nIdx ); in InsertGlossary()
119 if( rBlock.BeginGetDoc( nIdx ) ) in InsertGlossary()
121 SwDoc* pGDoc = rBlock.GetDoc(); in InsertGlossary()
195 rBlock.EndGetDoc(); in InsertGlossary()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx888 rBlock.GetPtPos() = pCurCrsr->GetPtPos(); in CrsrToBlockCrsr()
891 rBlock.SetMark(); in CrsrToBlockCrsr()
892 *rBlock.GetMark() = *pCurCrsr->GetMark(); in CrsrToBlockCrsr()
893 rBlock.GetMkPos() = pCurCrsr->GetMkPos(); in CrsrToBlockCrsr()
1026 *pCurCrsr->GetPoint() = *rBlock.GetPoint(); in KillPams()
1027 pCurCrsr->GetPtPos() = rBlock.GetPtPos(); in KillPams()
1028 rBlock.DeleteMark(); in KillPams()
1891 Point aPt = rBlock.GetPtPos(); in RefreshBlockCursor()
1892 …SwCntntFrm* pFrm = rBlock.GetCntntNode()->getLayoutFrm( GetLayout(), &aPt, rBlock.GetPoint(), sal_… in RefreshBlockCursor()
1901 aPt = rBlock.GetPtPos(); in RefreshBlockCursor()
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx106 const ScRange& rBlock, sal_Bool bMetaFile ) in PaintToDev() argument
117 aViewData.SetTabNo( rBlock.aEnd.Tab() ); in PaintToDev()
118 aViewData.SetScreen( rBlock.aStart.Col(), rBlock.aStart.Row(), in PaintToDev()
119 rBlock.aEnd.Col(), rBlock.aEnd.Row() ); in PaintToDev()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx420 void lcl_ConvertToNumbers(OUString& rBlock, const ResStringArray& rHeaders ) in lcl_ConvertToNumbers() argument
423 String sBlock(rBlock); in lcl_ConvertToNumbers()
434 rBlock = sBlock; in lcl_ConvertToNumbers()
437 void lcl_ConvertFromNumbers(OUString& rBlock, const ResStringArray& rHeaders) in lcl_ConvertFromNumbers() argument
441 String sBlock(rBlock); in lcl_ConvertFromNumbers()
468 rBlock = sBlock; in lcl_ConvertFromNumbers()
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx376 sal_Bool ScRangeData::IsRangeAtBlock( const ScRange& rBlock ) const in IsRangeAtBlock()
381 bRet = ( rBlock == aRange ); in IsRangeAtBlock()
914 ScRangeData* ScRangeName::GetRangeAtBlock( const ScRange& rBlock ) const in GetRangeAtBlock()
919 if ( ((ScRangeData*)pItems[i])->IsRangeAtBlock( rBlock ) ) in GetRangeAtBlock()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx171 static void lcl_ReadBlockRect(SvStream& rStream, Sc10BlockRect& rBlock) in lcl_ReadBlockRect() argument
173 rStream >> rBlock.x1; in lcl_ReadBlockRect()
174 rStream >> rBlock.y1; in lcl_ReadBlockRect()
175 rStream >> rBlock.x2; in lcl_ReadBlockRect()
176 rStream >> rBlock.y2; in lcl_ReadBlockRect()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx115 ScRangeData* ScDocument::GetRangeAtBlock( const ScRange& rBlock, String* pName ) const in GetRangeAtBlock() argument
120 pData = pRangeName->GetRangeAtBlock( rBlock ); in GetRangeAtBlock()
228 ScDPObject* ScDocument::GetDPAtBlock( const ScRange & rBlock ) const in GetDPAtBlock()
237 if ( (*pDPCollection)[i]->GetOutRange().In( rBlock ) ) in GetDPAtBlock()
/trunk/main/sc/source/ui/inc/
H A Dtransobj.hxx73 const ScRange& rBlock, sal_Bool bMetaFile );
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx405 SvLBoxEntry* SwGlossaryDlg::DoesBlockExist(const String& rBlock, in DoesBlockExist() argument
418 if(rBlock == aCategoryBox.GetEntryText(pChild) && in DoesBlockExist()
/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx111 Block (const Block& rBlock);
/trunk/main/sc/inc/
H A Ddocument.hxx524 SC_DLLPUBLIC ScRangeData* GetRangeAtBlock( const ScRange& rBlock, String* pName=NULL ) const;
528 ScDPObject* GetDPAtBlock( const ScRange& rBlock ) const;
/trunk/main/sw/inc/
H A Ddoc.hxx1380 sal_Bool InsertGlossary( SwTextBlocks& rBlock, const String& rEntry,

Completed in 138 milliseconds