Home
last modified time | relevance | path

Searched refs:rDesc (Results 1 – 25 of 113) sorted by relevance

12345

/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx168 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()
169 nY = rDesc.mnR.Y - rDesc.mnP.Y; in ImplGetBitmap()
173 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()
174 nY = rDesc.mnR.Y - rDesc.mnP.Y; in ImplGetBitmap()
180 nX = rDesc.mnQ.X - rDesc.mnR.X; in ImplGetBitmap()
181 nY = rDesc.mnQ.Y - rDesc.mnR.Y; in ImplGetBitmap()
195 rDesc.mnOrigin = rDesc.mnP; in ImplGetBitmap()
200 rDesc.mnOrigin = rDesc.mnP; in ImplGetBitmap()
201 rDesc.mnOrigin.X += rDesc.mnQ.X - rDesc.mnR.X; in ImplGetBitmap()
202 rDesc.mnOrigin.Y += rDesc.mnQ.Y - rDesc.mnR.Y; in ImplGetBitmap()
[all …]
/trunk/main/sw/source/ui/index/
H A Dtoxmgr.cxx94 ASSERT(rDesc.GetLevel() > 0 && rDesc.GetLevel() <= MAXLEVEL, in InsertTOXMark()
99 if(rDesc.GetAltStr()) in InsertTOXMark()
107 if( rDesc.GetPrimKey() && rDesc.GetPrimKey()->Len() ) in InsertTOXMark()
113 if( rDesc.GetSecKey() && rDesc.GetSecKey()->Len() ) in InsertTOXMark()
120 if(rDesc.GetAltStr()) in InsertTOXMark()
129 ASSERT(rDesc.GetLevel() > 0 && rDesc.GetLevel() <= MAXLEVEL, in InsertTOXMark()
158 if(rDesc.GetPrimKey() && rDesc.GetPrimKey()->Len() ) in UpdateTOXMark()
166 if( rDesc.GetSecKey() && rDesc.GetSecKey()->Len() ) in UpdateTOXMark()
196 if(rDesc.GetAltStr()) in UpdateTOXMark()
426 if(rDesc.GetTitle()) in UpdateOrInsertTOX()
[all …]
H A Dcnttab.cxx451 rDesc.SetForm(*pFormArr[nIndex]); in Ok()
454 rDesc.ApplyTo(aNewDef); in Ok()
457 rDesc, 0, GetOutputItemSet()); in Ok()
1187 aReadOnlyCB.Check(rDesc.IsReadonly()); in ApplyTOXDescription()
1190 if(rDesc.GetTitle()) in ApplyTOXDescription()
1209 if(rDesc.GetStyleNames(i).Len()) in ApplyTOXDescription()
1304 rDesc.SetTitle(aTitleED.GetText()); in FillTOXDescription()
1311 switch(rDesc.GetTOXType()) in FillTOXDescription()
1350 rDesc.SetAutoMarkURL(aEmptyStr); in FillTOXDescription()
1394 rDesc.SetIndexOptions(nIndexOptions); in FillTOXDescription()
[all …]
H A Dcntex.cxx258 SwTOXDescription& rDesc = GetTOXDescription(eCurrentTOXType); in CreateOrUpdateExample() local
259 sal_uInt16 nIdxOptions = rDesc.GetIndexOptions(); in CreateOrUpdateExample()
263 if(rDesc.GetTitle()) in CreateOrUpdateExample()
264 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_TITLE, *rDesc.GetTitle()); in CreateOrUpdateExample()
267 sal_uInt16 nContentOptions = rDesc.GetContentOptions(); in CreateOrUpdateExample()
279 sLevel = rDesc.GetStyleNames(i); in CreateOrUpdateExample()
289 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LEVEL, (sal_Int16)rDesc.GetLevel()); in CreateOrUpdateExample()
298 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_CHAPTER, rDesc.IsFromChapter()); in CreateOrUpdateExample()
299 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_IS_PROTECTED, rDesc.IsReadonly()); in CreateOrUpdateExample()
314 switch (rDesc.GetCaptionDisplay()) in CreateOrUpdateExample()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx51 rFont.SetName( rDesc.Name ); in ConvertToFont()
53 rFont.SetSize( Size( rDesc.Width, rDesc.Height ) ); in ConvertToFont()
58 rFont.SetKerning( rDesc.Kerning ); in ConvertToFont()
68 rDesc.Name = rFont.GetName(); in ConvertFromFont()
100 aTemp <<= (float)rDesc.Height; in FillItemSet()
107 aTemp <<= rDesc.Slant; in FillItemSet()
121 aTemp <<= rDesc.Weight; in FillItemSet()
128 aTemp <<= rDesc.Strikeout; in FillItemSet()
156 aHeight >>= rDesc.Height; in FillFromItemSet()
162 aFontSlant >>= rDesc.Slant; in FillFromItemSet()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx155 :m_aDocument( rDesc.m_aDocument ) in BasicEntryDescriptor()
156 ,m_eLocation( rDesc.m_eLocation ) in BasicEntryDescriptor()
157 ,m_aLibName( rDesc.m_aLibName ) in BasicEntryDescriptor()
159 ,m_aName( rDesc.m_aName ) in BasicEntryDescriptor()
161 ,m_eType( rDesc.m_eType ) in BasicEntryDescriptor()
167 m_aDocument = rDesc.m_aDocument; in operator =()
168 m_eLocation = rDesc.m_eLocation; in operator =()
169 m_aLibName = rDesc.m_aLibName; in operator =()
171 m_aName = rDesc.m_aName; in operator =()
173 m_eType = rDesc.m_eType; in operator =()
[all …]
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx76 :pDlgEdObj( rDesc.pDlgEdObj ) in ChildDescriptor()
77 ,rxAccessible( rDesc.rxAccessible ) in ChildDescriptor()
85 pDlgEdObj = rDesc.pDlgEdObj; in operator =()
86 rxAccessible = rDesc.rxAccessible; in operator =()
96 if ( pDlgEdObj == rDesc.pDlgEdObj ) in operator ==()
107 if ( pDlgEdObj && rDesc.pDlgEdObj && pDlgEdObj->GetOrdNum() < rDesc.pDlgEdObj->GetOrdNum() ) in operator <()
237 DlgEdObj* pDlgEdObj = rDesc.pDlgEdObj; in IsChildVisible()
283 m_aAccessibleChildren.push_back( rDesc ); in InsertChild()
335 if ( IsChildVisible( rDesc ) ) in UpdateChild()
338 InsertChild( rDesc ); in UpdateChild()
[all …]
/trunk/main/cui/source/dialogs/
H A DSpellAttrib.hxx81 int operator==( const SpellErrorDescription& rDesc ) const in operator ==()
83 return bIsGrammarError == rDesc.bIsGrammarError && in operator ==()
84 sErrorText.equals( rDesc.sErrorText ) && in operator ==()
85 aLocale.Language.equals( rDesc.aLocale.Language ) && in operator ==()
86 aLocale.Country.equals( rDesc.aLocale.Country ) && in operator ==()
87 aLocale.Variant.equals( rDesc.aLocale.Variant ) && in operator ==()
88 aSuggestions == rDesc.aSuggestions && in operator ==()
89 xGrammarChecker == rDesc.xGrammarChecker && in operator ==()
90 sDialogTitle.equals( rDesc.sDialogTitle ) && in operator ==()
91 sExplanation.equals( rDesc.sExplanation ) && in operator ==()
[all …]
H A Ddlgname.cxx44 SvxNameDialog::SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc ) : in SvxNameDialog() argument
54 aFtDescription.SetText( rDesc ); in SvxNameDialog()
62 long nTxtWidth = aFtDescription.GetCtrlTextWidth( rDesc ); in SvxNameDialog()
152 SvxMessDialog::SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pIm… in SvxMessDialog() argument
173 aFtDescription.SetText( rDesc ); in SvxMessDialog()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx197 void SvEmbedTransferHelper::FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc, in FillTransferableObjectDescriptor() argument
206 rDesc.maClassName = SvGlobalName( xObj->getClassID() ); in FillTransferableObjectDescriptor()
207 rDesc.maTypeName = aFlavor.HumanPresentableName; in FillTransferableObjectDescriptor()
212 rDesc.mnViewAspect = sal::static_int_cast<sal_uInt16>( nAspect ); in FillTransferableObjectDescriptor()
215 rDesc.mnOle2Misc = sal::static_int_cast<sal_Int32>(xObj->getStatus( rDesc.mnViewAspect )); in FillTransferableObjectDescriptor()
234 aSz = xObj->getVisualAreaSize( rDesc.mnViewAspect ); in FillTransferableObjectDescriptor()
244 … aMapMode = MapMode( VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( rDesc.mnViewAspect ) ) ); in FillTransferableObjectDescriptor()
247 rDesc.maSize = OutputDevice::LogicToLogic( aSize, aMapMode, MapMode( MAP_100TH_MM ) ); in FillTransferableObjectDescriptor()
248 rDesc.maDragStartPos = Point(); in FillTransferableObjectDescriptor()
249 rDesc.maDisplayName = String(); in FillTransferableObjectDescriptor()
[all …]
H A Dimap.cxx62 IMapObject::IMapObject( const String& rURL, const String& rAltText, const String& rDesc, in IMapObject() argument
66 , aDesc( rDesc ) in IMapObject()
209 const String& rDesc, in IMapRectangleObject() argument
214 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ) in IMapRectangleObject()
342 const String& rDesc, in IMapCircleObject() argument
347 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ) in IMapCircleObject()
536 const String& rDesc, in IMapPolygonObject() argument
541 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ), in IMapPolygonObject()
/trunk/main/sc/source/ui/dbgui/
H A Ddapidata.cxx120 void ScDataPilotDatabaseDlg::GetValues( ScImportSourceDesc& rDesc ) in GetValues() argument
124 rDesc.aDBName = aLbDatabase.GetSelectEntry(); in GetValues()
125 rDesc.aObject = aCbObject.GetText(); in GetValues()
127 if ( !rDesc.aDBName.Len() || !rDesc.aObject.Len() ) in GetValues()
128 rDesc.nType = sheet::DataImportMode_NONE; in GetValues()
130 rDesc.nType = sheet::DataImportMode_TABLE; in GetValues()
132 rDesc.nType = sheet::DataImportMode_QUERY; in GetValues()
134 rDesc.nType = sheet::DataImportMode_SQL; in GetValues()
136 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx281 const SwPageDesc& rDesc = rSh.GetPageDesc( nDescId ); in ExecTabWin() local
435 SwapPageMargin( rDesc, aLR ); in ExecTabWin()
436 SwPageDesc aDesc( rDesc ); in ExecTabWin()
449 SwPageDesc aDesc( rDesc ); in ExecTabWin()
454 SwapPageMargin( rDesc, aLR ); in ExecTabWin()
545 { SwPageDesc aDesc( rDesc ); in ExecTabWin()
591 SwPageDesc aDesc( rDesc ); in ExecTabWin()
655 SwPageDesc aDesc( rDesc ); in ExecTabWin()
945 SwPageDesc aDesc( rDesc ); in ExecTabWin()
1054 const SwPageDesc& rDesc = rSh.GetPageDesc( in StateTabWin() local
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableFieldDescription.cxx115 sal_Bool OTableFieldDesc::operator==( const OTableFieldDesc& rDesc ) in operator ==() argument
119 return ( m_eOrderDir != rDesc.GetOrderDir() || in operator ==()
120 m_eDataType != rDesc.GetDataType() || in operator ==()
121 m_aAliasName != rDesc.GetAlias() || in operator ==()
122 m_aFunctionName != rDesc.GetFunction() || in operator ==()
123 m_aFieldName != rDesc.GetField() || in operator ==()
124 m_aTableName != rDesc.GetTable() || in operator ==()
125 m_bGroupBy != rDesc.IsGroupBy() || in operator ==()
126 m_aCriteria != rDesc.GetCriteria() || in operator ==()
127 m_bVisible != rDesc.IsVisible() ); in operator ==()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx201 void SfxObjectShell::FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc ) const in FillTransferableObjectDescriptor()
205 …FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName, SOFFICE_FI… in FillTransferableObjectDescriptor()
207 rDesc.mnViewAspect = ASPECT_CONTENT; in FillTransferableObjectDescriptor()
208 rDesc.mnOle2Misc = GetMiscStatus(); in FillTransferableObjectDescriptor()
209 rDesc.maSize = OutputDevice::LogicToLogic( GetVisArea().GetSize(), GetMapUnit(), MAP_100TH_MM ); in FillTransferableObjectDescriptor()
210 rDesc.maDragStartPos = Point(); in FillTransferableObjectDescriptor()
211 rDesc.maDisplayName = String(); in FillTransferableObjectDescriptor()
212 rDesc.mbCanLink = sal_False; in FillTransferableObjectDescriptor()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx930 OutStream->writeUTF( rDesc.ListenerType ); in write()
931 OutStream->writeUTF( rDesc.EventMethod ); in write()
933 OutStream->writeUTF( rDesc.ScriptType ); in write()
934 OutStream->writeUTF( rDesc.ScriptCode ); in write()
947 OutStream->writeUTF( rDesc.EventMethod ); in write()
949 OutStream->writeUTF( rDesc.ScriptType ); in write()
950 OutStream->writeUTF( rDesc.ScriptCode ); in write()
998 rDesc.ListenerType = InStream->readUTF(); in read()
999 rDesc.EventMethod = InStream->readUTF(); in read()
1001 rDesc.ScriptType = InStream->readUTF(); in read()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx784 pArray[0].Value <<= (sal_Int32) rDesc.nFIndex; in lcl_FillSequence()
787 pArray[1].Value <<= (sal_Int32) rDesc.nCategory; in lcl_FillSequence()
790 if (rDesc.pFuncName) in lcl_FillSequence()
791 pArray[2].Value <<= rtl::OUString( *rDesc.pFuncName ); in lcl_FillSequence()
794 if (rDesc.pFuncDesc) in lcl_FillSequence()
795 pArray[3].Value <<= rtl::OUString( *rDesc.pFuncDesc ); in lcl_FillSequence()
798 if (rDesc.ppDefArgNames && rDesc.ppDefArgDescs && rDesc.pDefArgFlags ) in lcl_FillSequence()
800 sal_uInt16 nCount = rDesc.nArgCount; in lcl_FillSequence()
817 if (!rDesc.pDefArgFlags[i].bSuppress) in lcl_FillSequence()
820 if (rDesc.ppDefArgNames[i]) aArgName = *rDesc.ppDefArgNames[i]; in lcl_FillSequence()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx455 const text::TextMarkupDescriptor &rDesc = pMarkups[i]; in commitMultiTextMarkup() local
456 lcl_commitGrammarMarkUp( mpConversionMap, pWList, rDesc.nType, in commitMultiTextMarkup()
457 rDesc.aIdentifier, rDesc.nOffset, rDesc.nLength, rDesc.xMarkupInfoContainer ); in commitMultiTextMarkup()
464 const text::TextMarkupDescriptor &rDesc = pMarkups[i]; in commitMultiTextMarkup() local
465 lcl_commitGrammarMarkUp( mpConversionMap, pWList, rDesc.nType, in commitMultiTextMarkup()
466 rDesc.aIdentifier, rDesc.nOffset, rDesc.nLength, rDesc.xMarkupInfoContainer ); in commitMultiTextMarkup()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx232 void BibConfig::SetBibliographyURL(const BibDBDescriptor& rDesc) in SetBibliographyURL() argument
234 sDataSource = rDesc.sDataSource; in SetBibliographyURL()
235 sTableOrQuery = rDesc.sTableOrQuery; in SetBibliographyURL()
236 nTblOrQuery = rDesc.nCommandType; in SetBibliographyURL()
322 const Mapping* BibConfig::GetMapping(const BibDBDescriptor& rDesc) const in GetMapping()
327 sal_Bool bURLEqual = rDesc.sDataSource.equals(pMapping->sURL); in GetMapping()
328 if(rDesc.sTableOrQuery == pMapping->sTableName && bURLEqual) in GetMapping()
336 void BibConfig::SetMapping(const BibDBDescriptor& rDesc, const Mapping* pSetMapping) in SetMapping() argument
341 sal_Bool bURLEqual = rDesc.sDataSource.equals(pMapping->sURL); in SetMapping()
342 if(rDesc.sTableOrQuery == pMapping->sTableName && bURLEqual) in SetMapping()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx81 const String& rDesc, in ScUnoAddInFuncData() argument
91 aDescription( rDesc ), in ScUnoAddInFuncData()
1321 rDesc.Clear(); in FillFunctionDescFromData()
1335 rDesc.nCategory = rFuncData.GetCategory(); in FillFunctionDescFromData()
1336 rDesc.sHelpId = rFuncData.GetHelpId(); in FillFunctionDescFromData()
1341 rDesc.pFuncDesc = new String( aDesc ); in FillFunctionDescFromData()
1345 rDesc.nArgCount = (sal_uInt16)nArgCount; in FillFunctionDescFromData()
1351 rDesc.ppDefArgNames = new String*[nArgCount]; in FillFunctionDescFromData()
1352 rDesc.ppDefArgDescs = new String*[nArgCount]; in FillFunctionDescFromData()
1366 *rDesc.ppDefArgNames[nArg] = aDefName; in FillFunctionDescFromData()
[all …]
/trunk/main/basctl/source/inc/
H A Daccessibledialogwindow.hxx76 ChildDescriptor( const ChildDescriptor& rDesc );
77 ChildDescriptor& operator=( const ChildDescriptor& rDesc );
79 bool operator==( const ChildDescriptor& rDesc );
80 bool operator<( const ChildDescriptor& rDesc ) const;
96 sal_Bool IsChildVisible( const ChildDescriptor& rDesc );
98 void InsertChild( const ChildDescriptor& rDesc );
99 void RemoveChild( const ChildDescriptor& rDesc );
100 void UpdateChild( const ChildDescriptor& rDesc );
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx916 void SwDoc::ChgPageDesc( const String & rName, const SwPageDesc & rDesc) in ChgPageDesc() argument
921 ChgPageDesc(nI, rDesc); in ChgPageDesc()
933 SwPageDesc& rDesc = _GetPageDesc( i ); in CheckDefaultPageFmt() local
935 SwFrmFmt& rMaster = rDesc.GetMaster(); in CheckDefaultPageFmt()
936 SwFrmFmt& rLeft = rDesc.GetLeft(); in CheckDefaultPageFmt()
947 lcl_DefaultPageFmt( rDesc.GetPoolFmtId(), rDesc.GetMaster(), rDesc.GetLeft() ); in CheckDefaultPageFmt()
965 SwPageDesc& rDesc = _GetPageDesc( i ); in SetDefaultPageMode() local
967 SwFrmFmt& rMaster = rDesc.GetMaster(); in SetDefaultPageMode()
968 SwFrmFmt& rLeft = rDesc.GetLeft(); in SetDefaultPageMode()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3992 rDesc.nOrigEndPos = rDesc.nEndPos; in AdjustEnds()
3993 rDesc.nOrigStartPos = rDesc.nStartPos; in AdjustEnds()
4005 if ( (&rDesc == pPap) && rDesc.bRealLineEnd ) in AdjustEnds()
4023 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4026 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()
4059 rDesc.pPLCFx->GetSprms(&rDesc); in GetNewSprms()
4064 rDesc.nOrigSprmsLen = rDesc.nSprmsLen; in GetNewSprms()
4069 rDesc.nCp2OrIdx = rDesc.pPLCFx->GetNoSprms(rDesc.nStartPos, rDesc.nEndPos, in GetNewNoSprms()
4070 rDesc.nSprmsLen); in GetNewNoSprms()
4072 ASSERT((LONG_MAX == rDesc.nStartPos) || (rDesc.nStartPos <= rDesc.nEndPos), in GetNewNoSprms()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dunofdesc.hxx36 static void ConvertToFont( const ::com::sun::star::awt::FontDescriptor& rDesc, Font& rFont );
37 static void ConvertFromFont( const Font& rFont, ::com::sun::star::awt::FontDescriptor& rDesc );
39 static void FillItemSet( const ::com::sun::star::awt::FontDescriptor& rDesc, SfxItemSet& rSet );
40 …static void FillFromItemSet( const SfxItemSet& rSet, ::com::sun::star::awt::FontDescriptor& rDesc
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx3185 rDesc.pMemPos = 0; in GetPCDSprms()
4438 rDesc.nOrigEndPos = rDesc.nEndPos; in AdjustEnds()
4439 rDesc.nOrigStartPos = rDesc.nStartPos; in AdjustEnds()
4451 if ( (&rDesc == pPap) && rDesc.bRealLineEnd ) in AdjustEnds()
4469 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4472 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()
4505 rDesc.pPLCFx->GetSprms(&rDesc); in GetNewSprms()
4510 rDesc.nOrigSprmsLen = rDesc.nSprmsLen; in GetNewSprms()
4515 rDesc.nCp2OrIdx = rDesc.pPLCFx->GetNoSprms(rDesc.nStartPos, rDesc.nEndPos, in GetNewNoSprms()
4518 ASSERT((WW8_CP_MAX == rDesc.nStartPos) || (rDesc.nStartPos <= rDesc.nEndPos), in GetNewNoSprms()
[all …]

Completed in 200 milliseconds

12345