/aoo42x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 324 aGluePoint.IsUserDefined = sal_False; in getByIdentifier() 340 if(rTempPoint.IsUserDefined()) in getByIdentifier() 342 aGluePoint.IsUserDefined = sal_True; in getByIdentifier() 500 aGluePoint.IsUserDefined = sal_False; in getByIndex() 513 aGluePoint.IsUserDefined = sal_True; in getByIndex()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmrkv1.cxx | 458 if((*pGPL)[a].IsUserDefined()) in HasMarkableGluePoints() 485 if((*pGPL)[a].IsUserDefined()) in GetMarkableGluePointCount() 546 if(rGP.IsUserDefined()) in MarkGluePoints() 607 if(rCandidate.IsUserDefined()) in PickGluePoint()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | mgetempl.cxx | 149 if ( !pStyle->IsUserDefined() ) { in SfxManageStyleSheetPage() 253 if ( !aFilterLb.GetEntryCount() || !pStyle->IsUserDefined() ) in SfxManageStyleSheetPage()
|
H A D | newstyle.cxx | 46 if ( !pStyle->IsUserDefined() ) in IMPL_LINK()
|
H A D | templdlg.cxx | 2305 if(pStyle && pStyle->IsUserDefined()) in EnableDelete()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1387 sal_Bool bIsUserDef=pNumFmtShell->IsUserDefined( aFormat ); in IMPL_LINK() 1641 sal_Bool bUserDef=pNumFmtShell->IsUserDefined( aFormat ); in IMPL_LINK() 1725 sal_Bool bUserDef=pNumFmtShell->IsUserDefined( aFormat ); in IMPL_LINK()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objcont.cxx | 583 pExist->IsUsed() || pExist->IsUserDefined(); in Insert() 627 rNewSheet.IsUsed() || rNewSheet.IsUserDefined(); in Insert()
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | GluePointDemo.java | 129 aGluePoint.IsUserDefined = true; in main()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | GluePoint2.idl | 77 boolean IsUserDefined;
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdglue.hxx | 89 FASTBOOL IsUserDefined() const { return bUserDefined; } in IsUserDefined() function in SdrGluePoint
|
H A D | numfmtsh.hxx | 175 sal_Bool IsUserDefined( const String& rFmtString );
|
/aoo42x/main/svl/inc/svl/ |
H A D | style.hxx | 139 sal_Bool IsUserDefined() const in IsUserDefined() function in SfxStyleSheetBase
|
H A D | zforlist.hxx | 569 sal_Bool IsUserDefined( const String& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW );
|
/aoo42x/main/svx/source/items/ |
H A D | numfmtsh.cxx | 477 sal_Bool SvxNumberFormatShell::IsUserDefined( const String& rFmtString ) in IsUserDefined() function in SvxNumberFormatShell 484 bFlag=pFormatter->IsUserDefined( rFmtString, eCurLanguage ); in IsUserDefined()
|
/aoo42x/main/sd/source/core/ |
H A D | stlfamily.cxx | 456 if( !pStyle->IsUserDefined() ) in removeByName()
|
H A D | stlsheet.cxx | 1024 return IsUserDefined() ? sal_True : sal_False; in isUserDefined()
|
H A D | stlpool.cxx | 902 if( !pStyle->IsUserDefined() ) in UpdateStdNames()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 969 if(!pBase->IsUserDefined()) in replaceByName() 1483 if(pBase && pBase->IsUserDefined()) in setName() 1509 bRet = pBase->IsUserDefined(); in isUserDefined() 2221 if(!rBase.getNewBase()->IsUserDefined()) in lcl_SetStyleProperty()
|
/aoo42x/main/cui/source/customize/ |
H A D | cfg.cxx | 3101 if ( IsMain() && !IsUserDefined() ) in IsDeletable() 3110 if ( IsMain() && !IsUserDefined() ) in IsRenamable() 4306 if ( pToolbar->IsUserDefined() ) in ApplyToolbar() 4602 if ( !pEntryData->IsUserDefined() ) in UpdateButtonStates()
|
/aoo42x/main/cui/source/inc/ |
H A D | cfg.hxx | 292 bool IsUserDefined() const { return bIsUserDefined; } in IsUserDefined() function in SvxConfigEntry
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 1219 if( (xGluePoints->getByIdentifier( nIdentifier ) >>= aGluePoint) && aGluePoint.IsUserDefined ) in ImpExportGluePoints()
|
H A D | ximpshap.cxx | 273 aGluePoint.IsUserDefined = sal_True; in addGluePoint() 968 && aSourceGluePoint.IsUserDefined) in onDemandRescueUsefulDataFromTemporary()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 450 if( xNewSheet->IsUserDefined() || xNewSheet->IsUsed() ) in Insert()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1462 … if( (pStyleSheet->GetName() != aStandardName) && (bReserveAll || !pStyleSheet->IsUserDefined()) ) in CreateUserStyles()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 1192 return pStyle->IsUserDefined(); in isUserDefined()
|